mirror of https://github.com/rwf2/Rocket.git
Use git version of compiletest while release is broken.
This commit is contained in:
parent
e25a82b14b
commit
cee3bbca30
|
@ -19,7 +19,7 @@ rocket_http = { version = "0.4.0-dev", path = "../http" }
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
compiletest_rs = "0.3.5"
|
compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }
|
||||||
rocket = { version = "0.4.0-dev", path = "../lib" }
|
rocket = { version = "0.4.0-dev", path = "../lib" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue