Skip to content

Commit

Permalink
use main branch of wasm-tools (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsky committed Mar 28, 2022
1 parent e243117 commit 01231ec
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/wit-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ path = "src/bin/wasm2wit.rs"
required-features = ["cli"]

[dependencies]
wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools", branch = "component-model" }
wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools", branch = "component-model" }
wat = { git = "https://github.com/bytecodealliance/wasm-tools", branch = "component-model" }
wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools" }
wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools" }
wat = { git = "https://github.com/bytecodealliance/wasm-tools" }
wit-parser = { path = "../parser" }
anyhow = "1.0.55"
clap = { version = "3.1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit 01231ec

Please sign in to comment.