Skip to content

Commit 11e4844

Browse files
Update measureme to 0.7.1 in order to fix compilation error on big-endian platforms.
1 parent 83e921d commit 11e4844

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,9 +1995,9 @@ dependencies = [
19951995

19961996
[[package]]
19971997
name = "measureme"
1998-
version = "0.7.0"
1998+
version = "0.7.1"
19991999
source = "registry+https://github.com/rust-lang/crates.io-index"
2000-
checksum = "ebefdcb02b2ddeee50178a218aeaf6d752d0777cd07914542f202cb7440e6e38"
2000+
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
20012001
dependencies = [
20022002
"byteorder",
20032003
"memmap",

src/librustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ parking_lot = "0.9"
3636
byteorder = { version = "1.3" }
3737
chalk-engine = { version = "0.9.0", default-features=false }
3838
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
39-
measureme = "0.7.0"
39+
measureme = "0.7.1"
4040
rustc_error_codes = { path = "../librustc_error_codes" }
4141
rustc_session = { path = "../librustc_session" }

src/librustc_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rustc-hash = "1.0.1"
2626
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
2727
rustc_index = { path = "../librustc_index", package = "rustc_index" }
2828
bitflags = "1.2.1"
29-
measureme = "0.7.0"
29+
measureme = "0.7.1"
3030

3131
[dependencies.parking_lot]
3232
version = "0.9"

0 commit comments

Comments
 (0)