diff --git a/Cargo.toml b/Cargo.toml index 4f87e7e..2270314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restate-sdk" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Restate SDK for Rust" license = "MIT" @@ -21,7 +21,7 @@ hyper-util = { version = "0.1", features = ["tokio", "server", "server-graceful" pin-project-lite = "0.2" rand = { version = "0.8.5", optional = true } regress = "0.10" -restate-sdk-macros = { version = "0.2.0", path = "macros" } +restate-sdk-macros = { version = "0.2.1", path = "macros" } restate-sdk-shared-core = { version = "0.0.5" } serde = "1.0" serde_json = "1.0" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 05f77c3..753be99 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restate-sdk-macros" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Restate SDK for Rust macros" license = "MIT"