mirror of https://github.com/rwf2/Rocket.git
Use crates.io version of 'compiletest_rs'.
This commit is contained in:
parent
df0b96d3fa
commit
42361c31f1
|
@ -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 = { git = "https://github.com/laumann/compiletest-rs" }
|
compiletest_rs = "0.3.14"
|
||||||
rocket = { version = "0.4.0-dev", path = "../lib" }
|
rocket = { version = "0.4.0-dev", path = "../lib" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
@ -26,4 +26,4 @@ rev = "160da392"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rocket = { version = "0.4.0-dev", path = "../lib" }
|
rocket = { version = "0.4.0-dev", path = "../lib" }
|
||||||
compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }
|
compiletest_rs = "0.3.14"
|
||||||
|
|
Loading…
Reference in New Issue