Skip to content

Commit 55d7b7e

Browse files
chore: Release
1 parent 1230125 commit 55d7b7e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
description = "Restate SDK for Rust"
66
license = "MIT"
@@ -35,7 +35,7 @@ hyper-util = { version = "0.1", features = ["tokio", "server", "server-graceful"
3535
pin-project-lite = "0.2"
3636
rand = { version = "0.9", optional = true }
3737
regress = "=0.10.3"
38-
restate-sdk-macros = { version = "0.6", path = "macros" }
38+
restate-sdk-macros = { version = "0.7", path = "macros" }
3939
restate-sdk-shared-core = { version = "=0.6.0", features = ["request_identity", "sha2_random_seed", "http"] }
4040
schemars = { version = "1.0.0", optional = true }
4141
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.6.0"
3+
version = "0.7.0"
44
edition = "2021"
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.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
description = "Restate SDK Testcontainers utilities"
66
license = "MIT"
@@ -12,7 +12,7 @@ rust-version = "1.76.0"
1212
anyhow = "1.0.95"
1313
futures = "0.3.31"
1414
reqwest = { version= "0.12.12", features = ["json"] }
15-
restate-sdk = { version = "0.6.0", path = "../" }
15+
restate-sdk = { version = "0.7.0", path = "../" }
1616
serde = "1.0.217"
1717
testcontainers = { version = "0.23.3", features = ["http_wait"] }
1818
tokio = "1.43.0"

0 commit comments

Comments
 (0)