Skip to content

Commit

Permalink
Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Jan 17, 2024
2 parents ccab2dd + d8a69e4 commit 1d5f9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = "0.4"
rand = "0.8"
smallvec = "1.7"
aes = { version = "0.8.3", features = ["hazmat"] }
measureme = "10.0.0"
measureme = "11"
ctrlc = "3.2.5"

# Copied from `compiler/rustc/Cargo.toml`.
Expand Down

0 comments on commit 1d5f9dd

Please sign in to comment.