X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc%2FCargo.toml;h=4d50e80d4cf674e858b22701cc60222589a1c9d4;hb=413790186c65e782e2c0183e933686f7bf35e158;hp=2468de99d60a868afb651d35d641a20732257e8a;hpb=1ec56d855056d7358c493b4e532873d541ba779f;p=rust.git diff --git a/src/librustc/Cargo.toml b/src/librustc/Cargo.toml index 2468de99d60..4d50e80d4cf 100644 --- a/src/librustc/Cargo.toml +++ b/src/librustc/Cargo.toml @@ -36,7 +36,7 @@ byteorder = { version = "1.1", features = ["i128"]} chalk-engine = { version = "0.9.0", default-features=false } rustc_fs_util = { path = "../librustc_fs_util" } smallvec = { version = "0.6.7", features = ["union", "may_dangle"] } -measureme = "0.2.1" +measureme = "0.3" # Note that these dependencies are a lie, they're just here to get linkage to # work.