Skip to content

Commit 13b0ab0

Browse files
authored
Update to published versions of wasm-tools (#1316)
Should be good to go now!
1 parent 34e399e commit 13b0ab0

File tree

2 files changed

+49
-54
lines changed

2 files changed

+49
-54
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ prettyplease = "0.2.20"
3131
syn = { version = "2.0.89", features = ["printing"] }
3232
futures = "0.3.31"
3333

34-
wat = "1.233.0"
35-
wasmparser = "0.233.0"
36-
wasm-encoder = "0.233.0"
37-
wasm-metadata = { version = "0.233.0", default-features = false }
38-
wit-parser = "0.233.0"
39-
wit-component = "0.233.0"
40-
wasm-compose = "0.233.0"
34+
wat = "1.234.0"
35+
wasmparser = "0.234.0"
36+
wasm-encoder = "0.234.0"
37+
wasm-metadata = { version = "0.234.0", default-features = false }
38+
wit-parser = "0.234.0"
39+
wit-component = "0.234.0"
40+
wasm-compose = "0.234.0"
4141

4242
wit-bindgen-core = { path = 'crates/core', version = '0.42.1' }
4343
wit-bindgen-c = { path = 'crates/c', version = '0.42.1' }
@@ -83,16 +83,3 @@ csharp = ['dep:wit-bindgen-csharp']
8383
csharp-mono = ['csharp']
8484
moonbit = ['dep:wit-bindgen-moonbit']
8585
async = []
86-
87-
# TODO: remove this once
88-
# https://github.com/bytecodealliance/wasm-tools/pull/2229 is included in a
89-
# `wasm-tools` release:
90-
[patch.crates-io]
91-
wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools" }
92-
wat = { git = "https://github.com/bytecodealliance/wasm-tools" }
93-
wast = { git = "https://github.com/bytecodealliance/wasm-tools" }
94-
wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools" }
95-
wit-parser = { git = "https://github.com/bytecodealliance/wasm-tools" }
96-
wit-component = { git = "https://github.com/bytecodealliance/wasm-tools" }
97-
wasm-compose = { git = "https://github.com/bytecodealliance/wasm-tools" }
98-
wasm-metadata = { git = "https://github.com/bytecodealliance/wasm-tools" }

0 commit comments

Comments
 (0)