Skip to content

Commit

Permalink
Remove dependencies on git versions of crates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 4, 2019
1 parent 935f71a commit b29c110
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,3 @@ wasm-bindgen = { path = '.' }
wasm-bindgen-futures = { path = 'crates/futures' }
js-sys = { path = 'crates/js-sys' }
web-sys = { path = 'crates/web-sys' }

walrus = { git = 'https://github.com/rustwasm/walrus' }
wasm-webidl-bindings = { git = 'https://github.com/rustwasm/wasm-webidl-bindings' }
2 changes: 1 addition & 1 deletion crates/cli-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.53' }
wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.53' }
wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.53' }
wasm-webidl-bindings = "0.5.0"
wasm-webidl-bindings = "0.6.0"
2 changes: 1 addition & 1 deletion crates/threads-xform/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::mem;

use anyhow::{anyhow, bail, Error};
use walrus::ir::Value;
use walrus::{DataId, FunctionId, InitExpr, InstrLocId, ValType};
use walrus::{DataId, FunctionId, InitExpr, ValType};
use walrus::{ExportItem, GlobalId, GlobalKind, ImportKind, MemoryId, Module};
use wasm_bindgen_wasm_conventions as wasm_conventions;

Expand Down

0 comments on commit b29c110

Please sign in to comment.