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_query_impl | |
| parent | 947a33bf206e8bec15a9734e217cd540b8a2fb5c (diff) | |
| download | rust-757f76ef73245f69c9262760ee4ff3cababd41d1.tar.gz rust-757f76ef73245f69c9262760ee4ff3cababd41d1.zip | |
Update to measureme v10
Diffstat (limited to 'compiler/rustc_query_impl')
| -rw-r--r-- | compiler/rustc_query_impl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml index c4da929e298..81458156389 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" doctest = false [dependencies] -measureme = { git = "https://github.com/rylev/measureme" } +measureme = "10.0.0" rustc-rayon-core = "0.3.1" tracing = "0.1" rustc_ast = { path = "../rustc_ast" } |
