diff options
| author | Mateusz Mikuła <matti@marinelayer.io> | 2019-03-03 16:02:59 +0100 |
|---|---|---|
| committer | Mateusz Mikuła <mati865@gmail.com> | 2019-03-03 16:02:59 +0100 |
| commit | da2cf8764a54633ba71bf7e97ce3af76108de14a (patch) | |
| tree | bccd99fc8f2e4cfd4d4f69628c6f0ba0ecab04a1 | |
| parent | 9d1792a4265c3645d716c5bf085c07be8749332a (diff) | |
| download | rust-da2cf8764a54633ba71bf7e97ce3af76108de14a.tar.gz rust-da2cf8764a54633ba71bf7e97ce3af76108de14a.zip | |
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" } |
