From 77c3140b1215f4a7e0d495d4b024569f9393471b Mon Sep 17 00:00:00 2001 From: Sean Lynch <42618346+swlynch99@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:42:52 -0700 Subject: [PATCH] durable-runtime v0.4.11 --- Cargo.lock | 2 +- crates/durable-runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0e4ddd..af8d82b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "durable-runtime" -version = "0.4.10" +version = "0.4.11" dependencies = [ "ahash", "anyhow", diff --git a/crates/durable-runtime/Cargo.toml b/crates/durable-runtime/Cargo.toml index ba7bfbf..66a8a47 100644 --- a/crates/durable-runtime/Cargo.toml +++ b/crates/durable-runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "durable-runtime" -version = "0.4.10" +version = "0.4.11" edition = "2021" license = { workspace = true } publish = { workspace = true }