mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Update measureme to 0.7.1 in order to fix compilation error on big-endian platforms.
This commit is contained in:
parent
83e921d770
commit
11e4844480
@ -1995,9 +1995,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "measureme"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ebefdcb02b2ddeee50178a218aeaf6d752d0777cd07914542f202cb7440e6e38"
|
||||
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"memmap",
|
||||
|
@ -36,6 +36,6 @@ parking_lot = "0.9"
|
||||
byteorder = { version = "1.3" }
|
||||
chalk-engine = { version = "0.9.0", default-features=false }
|
||||
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|
||||
measureme = "0.7.0"
|
||||
measureme = "0.7.1"
|
||||
rustc_error_codes = { path = "../librustc_error_codes" }
|
||||
rustc_session = { path = "../librustc_session" }
|
||||
|
@ -26,7 +26,7 @@ rustc-hash = "1.0.1"
|
||||
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|
||||
rustc_index = { path = "../librustc_index", package = "rustc_index" }
|
||||
bitflags = "1.2.1"
|
||||
measureme = "0.7.0"
|
||||
measureme = "0.7.1"
|
||||
|
||||
[dependencies.parking_lot]
|
||||
version = "0.9"
|
||||
|
Loading…
Reference in New Issue
Block a user