Skip to content

Commit 472211a

Browse files
committed
Auto merge of #60811 - wesleywiser:bump_measureme, r=varkor
Bump measureme dependency to 0.3 [email protected] adds a version header to the binary file format which will help reduce tool breakage in the future.
2 parents 024c25d + ea93215 commit 472211a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Cargo.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ dependencies = [
14811481

14821482
[[package]]
14831483
name = "measureme"
1484-
version = "0.2.1"
1484+
version = "0.3.0"
14851485
source = "registry+https://github.com/rust-lang/crates.io-index"
14861486
dependencies = [
14871487
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2346,7 +2346,7 @@ dependencies = [
23462346
"jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
23472347
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
23482348
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2349-
"measureme 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2349+
"measureme 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
23502350
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
23512351
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
23522352
"polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4174,7 +4174,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41744174
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
41754175
"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
41764176
"checksum mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba0d44cb4089c741b9a91f3e5218298a40699c2f3a070a85014eed290c60819"
4177-
"checksum measureme 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "36bb2b263a6795d352035024d6b30ce465bb79a5e5280d74c3b5f8464c657bcc"
4177+
"checksum measureme 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d09de7dafa3aa334bc806447c7e4de69419723312f4b88b80b561dea66601ce8"
41784178
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
41794179
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
41804180
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"

Diff for: src/librustc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ byteorder = { version = "1.1", features = ["i128"]}
3636
chalk-engine = { version = "0.9.0", default-features=false }
3737
rustc_fs_util = { path = "../librustc_fs_util" }
3838
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
39-
measureme = "0.2.1"
39+
measureme = "0.3"
4040

4141
# Note that these dependencies are a lie, they're just here to get linkage to
4242
# work.

0 commit comments

Comments
 (0)