Skip to content

Commit 6f912a2

Browse files
committed
switch back to Git for wasm-tools deps
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 8f9dab1 commit 6f912a2

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ indexmap = "2.0.0"
3232
prettyplease = "0.2.20"
3333
syn = { version = "2.0", features = ["printing"] }
3434

35-
wasmparser = { path = "../wasm-tools/crates/wasmparser" }#{ git = "https://github.com/dicej/wasm-tools", branch = "async" }
36-
wasm-encoder = { path = "../wasm-tools/crates/wasm-encoder" }#{ git = "https://github.com/dicej/wasm-tools", branch = "async" }
37-
wasm-metadata = { path = "../wasm-tools/crates/wasm-metadata" }#{ git = "https://github.com/dicej/wasm-tools", branch = "async" }
38-
wit-parser = { path = "../wasm-tools/crates/wit-parser" }#{ git = "https://github.com/dicej/wasm-tools", branch = "async" }
39-
wit-component = { path = "../wasm-tools/crates/wit-component" }#{ git = "https://github.com/dicej/wasm-tools", branch = "async" }
35+
wasmparser = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
36+
wasm-encoder = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
37+
wasm-metadata = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
38+
wit-parser = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
39+
wit-component = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
4040

4141
wit-bindgen-core = { path = 'crates/core', version = '0.32.0' }
4242
wit-bindgen-c = { path = 'crates/c', version = '0.32.0' }

0 commit comments

Comments
 (0)