diff options
| author | Wesley Wiser <wwiser@gmail.com> | 2019-05-13 22:15:55 -0400 |
|---|---|---|
| committer | Wesley Wiser <wwiser@gmail.com> | 2019-05-13 22:15:55 -0400 |
| commit | ea93215576ff04cab3bdb78c0d16ea7253488f40 (patch) | |
| tree | 1a56c8ec136c1071ef48a04c62fd32864e643765 /src | |
| parent | a9ec99f4201ec33026a468ef1289f98a95b4d71a (diff) | |
| download | rust-ea93215576ff04cab3bdb78c0d16ea7253488f40.tar.gz rust-ea93215576ff04cab3bdb78c0d16ea7253488f40.zip | |
Bump measureme dependency to 0.3
measureme@0.3 adds a version header to the binary file format which will help reduce tool breakage in the future.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
