mirror of https://github.com/rwf2/Rocket.git
Use shorthand version for hyper dependency.
This commit is contained in:
parent
44e367c64c
commit
72b91dfa41
|
@ -19,13 +19,10 @@ term-painter = "^0.2"
|
||||||
log = "^0.3"
|
log = "^0.3"
|
||||||
url = "^1"
|
url = "^1"
|
||||||
toml = "^0.2"
|
toml = "^0.2"
|
||||||
|
hyper = { version = "^0.9.14", default-features = false }
|
||||||
num_cpus = "1"
|
num_cpus = "1"
|
||||||
# cookie = "^0.3"
|
# cookie = "^0.3"
|
||||||
|
|
||||||
[dependencies.hyper]
|
|
||||||
version = "^0.9"
|
|
||||||
default-features = false
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
rocket_codegen = { version = "0.1.5", path = "../codegen" }
|
rocket_codegen = { version = "0.1.5", path = "../codegen" }
|
||||||
|
|
Loading…
Reference in New Issue