Skip to content

Commit d559240

Browse files
chore: Release
1 parent d21d28d commit d559240

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "restate-sdk"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Restate SDK for Rust"
66
license = "MIT"
@@ -21,7 +21,7 @@ hyper-util = { version = "0.1", features = ["tokio", "server", "server-graceful"
2121
pin-project-lite = "0.2"
2222
rand = { version = "0.8.5", optional = true }
2323
regress = "0.10"
24-
restate-sdk-macros = { version = "0.2.1", path = "macros" }
24+
restate-sdk-macros = { version = "0.3.0", path = "macros" }
2525
restate-sdk-shared-core = "0.1.0"
2626
serde = "1.0"
2727
serde_json = "1.0"

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "restate-sdk-macros"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Restate SDK for Rust macros"
66
license = "MIT"

0 commit comments

Comments
 (0)