summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorRyan Levick <me@ryanlevick.com>2021-10-07 15:08:44 +0200
committerRyan Levick <me@ryanlevick.com>2021-10-07 15:08:44 +0200
commit757f76ef73245f69c9262760ee4ff3cababd41d1 (patch)
tree9d9ef6f4653932b819e76ea73b4d50a98df06366 /compiler/rustc_data_structures
parent947a33bf206e8bec15a9734e217cd540b8a2fb5c (diff)
downloadrust-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.toml2
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"