about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-05-16 07:04:03 +0000
committerbors <bors@rust-lang.org>2019-05-16 07:04:03 +0000
commit472211ab0ae2beec0fbec23c7f90f5d15c51317d (patch)
tree15db3b5e002f6176c20315805afc12a2264f428f /src
parent024c25dc7941795b84d76b6371527f31c361a329 (diff)
parentea93215576ff04cab3bdb78c0d16ea7253488f40 (diff)
downloadrust-472211ab0ae2beec0fbec23c7f90f5d15c51317d.tar.gz
rust-472211ab0ae2beec0fbec23c7f90f5d15c51317d.zip
Auto merge of #60811 - wesleywiser:bump_measureme, r=varkor
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.toml2
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.