diff options
| author | Ryan Levick <me@ryanlevick.com> | 2021-10-07 15:08:44 +0200 |
|---|---|---|
| committer | Ryan Levick <me@ryanlevick.com> | 2021-10-07 15:08:44 +0200 |
| commit | 757f76ef73245f69c9262760ee4ff3cababd41d1 (patch) | |
| tree | 9d9ef6f4653932b819e76ea73b4d50a98df06366 /compiler/rustc_data_structures | |
| parent | 947a33bf206e8bec15a9734e217cd540b8a2fb5c (diff) | |
| download | rust-757f76ef73245f69c9262760ee4ff3cababd41d1.tar.gz rust-757f76ef73245f69c9262760ee4ff3cababd41d1.zip | |
Update to measureme v10
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 b67329de2e8..e3395df3590 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -23,7 +23,7 @@ rustc-hash = "1.1.0" smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } rustc_index = { path = "../rustc_index", package = "rustc_index" } bitflags = "1.2.1" -measureme = { git = "https://github.com/rylev/measureme" } +measureme = "10.0.0" libc = "0.2" stacker = "0.1.14" tempfile = "3.2" |
