Skip to content

Commit 2b1fc16

Browse files
committed
update stacker to 0.1.11 to unbreak build for wasm32-unknown-unknown
1 parent e8df0b8 commit 2b1fc16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4345,9 +4345,9 @@ checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
43454345

43464346
[[package]]
43474347
name = "stacker"
4348-
version = "0.1.9"
4348+
version = "0.1.11"
43494349
source = "registry+https://github.com/rust-lang/crates.io-index"
4350-
checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
4350+
checksum = "a92bc346006ae78c539d6ab2cf1a1532bc657b8339c464877a990ec82073c66f"
43514351
dependencies = [
43524352
"cc",
43534353
"cfg-if",

src/librustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rustc_index = { path = "../librustc_index", package = "rustc_index" }
3030
bitflags = "1.2.1"
3131
measureme = "0.7.1"
3232
libc = "0.2"
33-
stacker = "0.1.9"
33+
stacker = "0.1.11"
3434
tempfile = "3.0.5"
3535

3636
[dependencies.parking_lot]

0 commit comments

Comments
 (0)