Skip to content

Commit d897ac0

Browse files
chore: Release
1 parent 5f62dd3 commit d897ac0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "Restate SDK for Rust"
66
license = "MIT"
@@ -33,7 +33,7 @@ hyper-util = { version = "0.1", features = ["tokio", "server", "server-graceful"
3333
pin-project-lite = "0.2"
3434
rand = { version = "0.9", optional = true }
3535
regress = "0.10"
36-
restate-sdk-macros = { version = "0.4", path = "macros" }
36+
restate-sdk-macros = { version = "0.5", path = "macros" }
3737
restate-sdk-shared-core = { version = "0.3.0", features = ["request_identity", "sha2_random_seed", "http"] }
3838
schemars = { version = "1.0.0-alpha.17", optional = true }
3939
serde = "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.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "Restate SDK for Rust macros"
66
license = "MIT"

testcontainers/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "restate-sdk-testcontainers"
3-
version = "0.4.0"
3+
version = "0.5.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.4.0", path = "../" }
15+
restate-sdk = { version = "0.5.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)