Skip to content

Commit edd8d57

Browse files
chore: Release
1 parent 1f85037 commit edd8d57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1.0"
3+
version = "0.2.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.1.0", path = "macros" }
24+
restate-sdk-macros = { version = "0.2.0", path = "macros" }
2525
restate-sdk-shared-core = { version = "0.0.5" }
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.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Restate SDK for Rust macros"
66
license = "MIT"

test-services/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ restate-sdk = { path = ".." }
1313
serde = { version = "1", features = ["derive"] }
1414
tracing = "0.1.40"
1515
rand = "0.8.5"
16-
uuid = "1.10.0"
16+
uuid = "1.10.0"

0 commit comments

Comments
 (0)