Skip to content

Commit 01231ec

Browse files
authored
use main branch of wasm-tools (#182)
1 parent e243117 commit 01231ec

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

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

crates/wit-component/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ path = "src/bin/wasm2wit.rs"
1515
required-features = ["cli"]
1616

1717
[dependencies]
18-
wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools", branch = "component-model" }
19-
wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools", branch = "component-model" }
20-
wat = { git = "https://github.com/bytecodealliance/wasm-tools", branch = "component-model" }
18+
wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools" }
19+
wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools" }
20+
wat = { git = "https://github.com/bytecodealliance/wasm-tools" }
2121
wit-parser = { path = "../parser" }
2222
anyhow = "1.0.55"
2323
clap = { version = "3.1.0", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)