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_codegen_llvm | |
| parent | 284cb714d2bf54b1af41dbc18469b478bc6f6489 (diff) | |
| download | rust-ac58f9ae034eaba1ae2efd27d43d5e2328260461.tar.gz rust-ac58f9ae034eaba1ae2efd27d43d5e2328260461.zip | |
Update measureme crate to version 11
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index c12142e302d..3948a49ee2a 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -11,7 +11,7 @@ test = false bitflags = "2.4.1" itertools = "0.11" libc = "0.2" -measureme = "10.0.0" +measureme = "11" object = { version = "0.32.0", default-features = false, features = ["std", "read"] } rustc-demangle = "0.1.21" rustc_ast = { path = "../rustc_ast" } |
