Skip to content

Commit b29c110

Browse files
committed
Remove dependencies on git versions of crates
1 parent 935f71a commit b29c110

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,3 @@ wasm-bindgen = { path = '.' }
9393
wasm-bindgen-futures = { path = 'crates/futures' }
9494
js-sys = { path = 'crates/js-sys' }
9595
web-sys = { path = 'crates/web-sys' }
96-
97-
walrus = { git = 'https://github.com/rustwasm/walrus' }
98-
wasm-webidl-bindings = { git = 'https://github.com/rustwasm/wasm-webidl-bindings' }

crates/cli-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.
2525
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.53' }
2626
wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.53' }
2727
wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.53' }
28-
wasm-webidl-bindings = "0.5.0"
28+
wasm-webidl-bindings = "0.6.0"

crates/threads-xform/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::mem;
55

66
use anyhow::{anyhow, bail, Error};
77
use walrus::ir::Value;
8-
use walrus::{DataId, FunctionId, InitExpr, InstrLocId, ValType};
8+
use walrus::{DataId, FunctionId, InitExpr, ValType};
99
use walrus::{ExportItem, GlobalId, GlobalKind, ImportKind, MemoryId, Module};
1010
use wasm_bindgen_wasm_conventions as wasm_conventions;
1111

0 commit comments

Comments
 (0)