Skip to content
Snippets Groups Projects
Commit 69c621fa authored by David Renshaw's avatar David Renshaw
Browse files

update compiletest to 0.3.6 to fix breakage

parent a59ff640
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ dependencies = [
[[package]]
name = "compiletest_rs"
version = "0.3.5"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
......@@ -240,7 +240,7 @@ version = "0.0.3"
dependencies = [
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo_metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"compiletest_rs 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"compiletest_rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log_settings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
......@@ -427,7 +427,7 @@ dependencies = [
"checksum cargo_metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "34fdab49a2904acb112c83b62f0118de3de3ce28e52a9188dec2858e43878f25"
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
"checksum chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9"
"checksum compiletest_rs 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9d58e648d0fb482578b63212d0cedce5c8b21ae45f6f49736a92b70e9adec05c"
"checksum compiletest_rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6c5aafb5d4a77c6b5fa384fe93c7a9a3561bd88c4b8b8e45187cf5e779b1badc"
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
"checksum env_logger 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2c179f215e998e9e22c159f6b43b6fdbeff2e552f61c7d270b1c1a0209b100"
......
......@@ -26,4 +26,4 @@ cargo_metadata = "0.1"
seer-z3 = "0.1.0"
[dev-dependencies]
compiletest_rs = "0.3.5"
compiletest_rs = "0.3.6"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment