Use crates.io version of 'compiletest_rs'.

This commit is contained in:
Sergio Benitez 2018-08-26 19:24:13 -07:00
parent df0b96d3fa
commit 42361c31f1
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ rocket_http = { version = "0.4.0-dev", path = "../http" }
indexmap = "1.0"
[dev-dependencies]
compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }
compiletest_rs = "0.3.14"
rocket = { version = "0.4.0-dev", path = "../lib" }
[build-dependencies]

View File

@ -26,4 +26,4 @@ rev = "160da392"
[dev-dependencies]
rocket = { version = "0.4.0-dev", path = "../lib" }
compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }
compiletest_rs = "0.3.14"