Skip to content

Commit 98cf32d

Browse files
chore: Release
1 parent 59bb0b0 commit 98cf32d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "restate-sdk"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2024"
55
description = "Restate SDK for Rust"
66
license = "MIT"
@@ -39,7 +39,7 @@ hyper-util = { version = "0.1", features = ["tokio", "server", "server-graceful"
3939
pin-project-lite = "0.2"
4040
rand = { version = "0.10", optional = true }
4141
regress = "0.10"
42-
restate-sdk-macros = { version = "0.9", path = "macros" }
42+
restate-sdk-macros = { version = "0.10", path = "macros" }
4343
restate-sdk-shared-core = { version = "=0.10.0", features = ["request_identity", "sha2_random_seed", "http"] }
4444
schemars = { version = "1.2", optional = true }
4545
serde = "1.0"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "restate-sdk-macros"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2024"
55
description = "Restate SDK for Rust macros"
66
license = "MIT"

testcontainers/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "restate-sdk-testcontainers"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2024"
55
description = "Restate SDK Testcontainers utilities"
66
license = "MIT"
@@ -12,7 +12,7 @@ rust-version = "1.90.0"
1212
anyhow = "1.0"
1313
futures = "0.3"
1414
reqwest = { version= "0.13", features = ["json"] }
15-
restate-sdk = { version = "0.9.0", path = "../" }
15+
restate-sdk = { version = "0.10.0", path = "../" }
1616
serde = "1.0"
1717
testcontainers = { version = "0.27", features = ["http_wait"] }
1818
tokio = "1.49"

0 commit comments

Comments
 (0)