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
3 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue