diff --git a/Cargo.lock b/Cargo.lock index 7e1f646..bd8c299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "durable-runtime" -version = "0.4.21" +version = "0.4.22" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 609bd91..e999d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ durable-sqlx = { version = "0.5.5", registry = "iop-systems", path = "crates/ durable-client = { version = "0.1.1", registry = "iop-systems", path = "crates/durable-client" } durable-migrate = { version = "0.1.0", registry = "iop-systems", path = "crates/durable-migrate" } -durable-runtime = { version = "0.4.3", registry = "iop-systems", path = "crates/durable-runtime" } +durable-runtime = { version = "0.4.22", registry = "iop-systems", path = "crates/durable-runtime" } durable-bindgen = { version = "0.1.2", registry = "iop-systems", path = "crates/durable-bindgen" } wit-bindgen-core = { version = "0.30.0" } diff --git a/crates/durable-runtime/Cargo.toml b/crates/durable-runtime/Cargo.toml index 08a0517..62994e0 100644 --- a/crates/durable-runtime/Cargo.toml +++ b/crates/durable-runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "durable-runtime" -version = "0.4.21" +version = "0.4.22" edition = "2021" license = { workspace = true } publish = { workspace = true }