mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-17 23:19:06 +00:00
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"
|
||||
|
||||
[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]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user