Skip to content

Commit f747135

Browse files
committed
switch wasm-tools to v1.220.0-based branch
Signed-off-by: Joel Dice <[email protected]>
1 parent 71897f2 commit f747135

File tree

2 files changed

+56
-70
lines changed

2 files changed

+56
-70
lines changed

Cargo.lock

+46-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -276,16 +276,16 @@ wit-bindgen = { version = "0.35.0", default-features = false }
276276
wit-bindgen-rust-macro = { version = "0.35.0", default-features = false }
277277

278278
# wasm-tools family:
279-
wasmparser = { git = "https://github.com/dicej/wasm-tools", branch = "async", default-features = false }
280-
wat = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
281-
wast = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
282-
wasmprinter = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
283-
wasm-encoder = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
284-
wasm-smith = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
285-
wasm-mutate = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
286-
wit-parser = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
287-
wit-component = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
288-
wasm-wave = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
279+
wasmparser = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0", default-features = false }
280+
wat = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
281+
wast = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
282+
wasmprinter = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
283+
wasm-encoder = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
284+
wasm-smith = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
285+
wasm-mutate = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
286+
wit-parser = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
287+
wit-component = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
288+
wasm-wave = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
289289

290290
# Non-Bytecode Alliance maintained dependencies:
291291
# --------------------------

0 commit comments

Comments
 (0)