Skip to content

Commit

Permalink
deps: update toolchain dependencies (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 15, 2023
1 parent c70ec2a commit 7800c38
Show file tree
Hide file tree
Showing 45 changed files with 164 additions and 197 deletions.
179 changes: 116 additions & 63 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ env_logger = "0.9.1"
indexmap = "1.9"
wasmtime = { git = 'https://github.com/bytecodealliance/wasmtime', features = ["component-model"] }
wasmtime-environ = { git = 'https://github.com/bytecodealliance/wasmtime' }
wasmprinter = "0.2.49"
wasmparser = "0.99.0"
wasm-encoder = "0.22.0"
wat = "1.0.56"
wasmprinter = "0.2.51"
wasmparser = "0.101.0"
wasm-encoder = "0.24.0"
wat = "1.0.59"
wit-bindgen-guest-rust = { git = 'https://github.com/bytecodealliance/wit-bindgen', default-features = false, features = ['macros'] }
wit-component = { version = "0.4.3", features = ['dummy-module'] }
wit-parser = "0.4.1"
wit-component = { version = "0.7.0", features = ['dummy-module'] }
wit-parser = "0.6.1"

0 comments on commit 7800c38

Please sign in to comment.