Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 22, 2024
1 parent b2fdbaf commit ad1aaab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ad1aaab

Please sign in to comment.