Skip to content

Commit 1d5f9dd

Browse files
committed
Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrum
Update measureme crate to version 11 perf.rlo has been updated to use 11.0.0 already, so it should be able to handle the new file format. r? `@Mark-Simulacrum` Fixes rust-lang/rust#99282 Fixes rust-lang/rust#119103
2 parents ccab2dd + d8a69e4 commit 1d5f9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ log = "0.4"
2424
rand = "0.8"
2525
smallvec = "1.7"
2626
aes = { version = "0.8.3", features = ["hazmat"] }
27-
measureme = "10.0.0"
27+
measureme = "11"
2828
ctrlc = "3.2.5"
2929

3030
# Copied from `compiler/rustc/Cargo.toml`.

0 commit comments

Comments
 (0)