Skip to content

Commit

Permalink
Update wams rpc (#1158)
Browse files Browse the repository at this point in the history
* update wasm-rpc

* update wasm-rpc
  • Loading branch information
noise64 authored Dec 9, 2024
1 parent 6458190 commit b20dcf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ futures-core = "0.3.29"
futures-util = "0.3.29"
git-version = "0.3.9"
golem-wasm-ast = "1.1.0-rc1"
golem-wasm-rpc = { version = "1.1.0-rc3", default-features = false, features = [
golem-wasm-rpc = { version = "1.1.0-rc4", default-features = false, features = [
"host",
] }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion golem-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ glob = "0.3.1"
golem-examples = "1.1.0-rc1"
golem-wasm-ast = { workspace = true }
golem-wasm-rpc = { workspace = true }
golem-wasm-rpc-stubgen = { version = "1.1.0-rc3", optional = true, default-features = false }
golem-wasm-rpc-stubgen = { version = "1.1.0-rc4", optional = true, default-features = false }
h2 = "0.3.24"
http = { workspace = true }
humansize = { workspace = true }
Expand Down

0 comments on commit b20dcf0

Please sign in to comment.