Skip to content

Commit

Permalink
chore(rs): update wit-bindgen to 0.30
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Aug 14, 2024
1 parent 44c1acb commit e58ce0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ wasm-tokio = { version = "0.5.16", default-features = false }
wasmparser = { version = "0.215", default-features = false }
wasmtime = { version = "23", default-features = false }
wasmtime-wasi = { version = "23", default-features = false }
wit-bindgen = { version = "0.29", default-features = false }
wit-bindgen-core = { version = "0.29", default-features = false }
wit-bindgen = { version = "0.30", default-features = false }
wit-bindgen-core = { version = "0.30", default-features = false }
wit-bindgen-wrpc = { version = "0.5", default-features = false, path = "./crates/wit-bindgen" }
wit-bindgen-wrpc-go = { version = "0.3", default-features = false, path = "./crates/wit-bindgen-go" }
wit-bindgen-wrpc-rust = { version = "0.5", default-features = false, path = "./crates/wit-bindgen-rust" }
Expand Down

0 comments on commit e58ce0c

Please sign in to comment.