Skip to content

Commit 332b229

Browse files
authored
Merge pull request #2165 from golemcloud/fix-build
Fix deps
2 parents 7cf0f93 + a97ca9e commit 332b229

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

sdks/rust/Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/rust/golem-rust/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ golem-rust-macro = { path = "../golem-rust-macro", version = "0.0.0", optional =
1616
serde = { version = "1", optional = true }
1717
serde_json = { version = "1", optional = true }
1818
uuid = { version = "1", features = ["v4"] }
19-
#golem-wasm-rpc = { version = "1.3.0-dev.28", default-features = false, features = [
20-
# "stub",
21-
#] }
22-
golem-wasm-rpc = { default-features = false, features = ["stub"], path = "../../../wasm-rpc" }
19+
golem-wasm-rpc = { version = "1.3.0-rc9pre", default-features = false, features = [
20+
"stub",
21+
] }
2322
wit-bindgen = { version = "=0.40.0" }
2423

2524
[features]

0 commit comments

Comments
 (0)