Skip to content

Commit 78f836e

Browse files
Fix missing version in test-env module
1 parent c8e2eb2 commit 78f836e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-env/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ rust-version = "1.76.0"
1111
[dependencies]
1212
anyhow = "1.0.95"
1313
nu-ansi-term = "0.50.1"
14-
reqwest = {version= "0.12.12", features = ["json"]}
15-
restate-sdk = {path = "../"}
14+
reqwest = { version= "0.12.12", features = ["json"] }
15+
restate-sdk = { version = "0.3.2", path = "../" }
1616
serde = "1.0.217"
1717
serde_json = "1.0.138"
1818
testcontainers = "0.23.1"

0 commit comments

Comments
 (0)