Skip to content

Commit aedaf83

Browse files
committed
fix
1 parent f9bd075 commit aedaf83

1 file changed

Lines changed: 7 additions & 16 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ syn = { version = "2.0.89", features = ["printing"] }
4848
futures = "0.3.31"
4949
macro-string = "0.2.0"
5050

51-
wat = "1.256.0"
52-
wasmparser = "0.256.0"
53-
wasm-encoder = "0.256.0"
54-
wasm-metadata = { version = "0.256.0", default-features = false }
55-
wit-parser = "0.256.0"
56-
wit-component = "0.256.0"
57-
wasm-compose = "0.256.0"
51+
wat = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
52+
wasmparser = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
53+
wasm-encoder = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
54+
wasm-metadata = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2", default-features = false }
55+
wit-parser = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
56+
wit-component = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
57+
wasm-compose = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
5858

5959
wit-bindgen-core = { path = 'crates/core', version = '0.60.0' }
6060
wit-bindgen-c = { path = 'crates/c', version = '0.60.0' }
@@ -121,12 +121,3 @@ csharp = ['dep:wit-bindgen-csharp']
121121
csharp-mono = ['csharp']
122122
moonbit = ['dep:wit-bindgen-moonbit']
123123
async = []
124-
125-
[patch.crates-io]
126-
wat = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
127-
wasmparser = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
128-
wasm-encoder = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
129-
wasm-metadata = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
130-
wit-parser = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
131-
wit-component = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }
132-
wasm-compose = { git = "https://github.com/chenyan2002/wasm-tools", branch = "canon-ver-2" }

0 commit comments

Comments
 (0)