mirror of https://github.com/rwf2/Rocket.git
Fix versions for packaging.
This commit is contained in:
parent
25a4469791
commit
d56ea65f27
|
@ -7,7 +7,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||||||
plugin = true
|
plugin = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { path = "../lib/" }
|
rocket = { version = "0.1.0-rc", path = "../lib/" }
|
||||||
log = "^0.3"
|
log = "^0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -14,7 +14,7 @@ templates = ["serde", "serde_json", "lazy_static_macro", "glob"]
|
||||||
lazy_static_macro = ["lazy_static"]
|
lazy_static_macro = ["lazy_static"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { path = "../lib/" }
|
rocket = { version = "0.1.0-rc", path = "../lib/" }
|
||||||
log = "^0.3"
|
log = "^0.3"
|
||||||
|
|
||||||
# JSON and templating dependencies.
|
# JSON and templating dependencies.
|
||||||
|
|
Loading…
Reference in New Issue