update stacker to 0.1.11 to unbreak build for wasm32-unknown-unknown

This commit is contained in:
Cameron Taggart 2020-08-17 10:57:53 -06:00
parent e8df0b8932
commit 2b1fc16153
2 changed files with 3 additions and 3 deletions

View file

@ -4345,9 +4345,9 @@ checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
[[package]]
name = "stacker"
version = "0.1.9"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
checksum = "a92bc346006ae78c539d6ab2cf1a1532bc657b8339c464877a990ec82073c66f"
dependencies = [
"cc",
"cfg-if",

View file

@ -30,7 +30,7 @@ rustc_index = { path = "../librustc_index", package = "rustc_index" }
bitflags = "1.2.1"
measureme = "0.7.1"
libc = "0.2"
stacker = "0.1.9"
stacker = "0.1.11"
tempfile = "3.0.5"
[dependencies.parking_lot]