diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2024-01-13 16:32:03 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2024-01-13 16:32:03 +0100 |
| commit | ac58f9ae034eaba1ae2efd27d43d5e2328260461 (patch) | |
| tree | c2152e5bddf511efd52101f9d41cdcea0857484a /compiler/rustc_data_structures | |
| parent | 284cb714d2bf54b1af41dbc18469b478bc6f6489 (diff) | |
| download | rust-ac58f9ae034eaba1ae2efd27d43d5e2328260461.tar.gz rust-ac58f9ae034eaba1ae2efd27d43d5e2328260461.zip | |
Update measureme crate to version 11
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index 23949deaade..9d598c32e6f 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -13,7 +13,7 @@ indexmap = { version = "2.0.0" } itertools = "0.11" jobserver_crate = { version = "0.1.27", package = "jobserver" } libc = "0.2" -measureme = "10.0.0" +measureme = "11" rustc-hash = "1.1.0" rustc-rayon = { version = "0.5.0", optional = true } rustc-rayon-core = { version = "0.5.0", optional = true } |
