Use git version of compiletest while release is broken.

This commit is contained in:
Sergio Benitez 2018-07-22 01:57:30 -07:00
parent e25a82b14b
commit cee3bbca30
1 changed files with 1 additions and 1 deletions

View File

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