diff options
| author | bors <bors@rust-lang.org> | 2019-03-03 15:09:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-03-03 15:09:00 +0000 |
| commit | caccf8bd4c3d490d6a4cf329a3411bbf68753642 (patch) | |
| tree | bccd99fc8f2e4cfd4d4f69628c6f0ba0ecab04a1 | |
| parent | 9d1792a4265c3645d716c5bf085c07be8749332a (diff) | |
| parent | da2cf8764a54633ba71bf7e97ce3af76108de14a (diff) | |
| download | rust-caccf8bd4c3d490d6a4cf329a3411bbf68753642.tar.gz rust-caccf8bd4c3d490d6a4cf329a3411bbf68753642.zip | |
Auto merge of #3838 - mati865:rustup, r=phansch
Upgrade compiletest_rs to 0.3.19
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 5be37578966..024b8ff28ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"} [dev-dependencies] clippy_dev = { version = "0.0.1", path = "clippy_dev" } cargo_metadata = "0.7.1" -compiletest_rs = { git = "https://github.com/mati865/compiletest-rs.git", branch = "rustup" } +compiletest_rs = "0.3.19" lazy_static = "1.0" serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } |
