Fix versions for packaging.

This commit is contained in:
Sergio Benitez 2016-12-23 03:55:59 -08:00
parent 25a4469791
commit d56ea65f27
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
plugin = true
[dependencies]
rocket = { path = "../lib/" }
rocket = { version = "0.1.0-rc", path = "../lib/" }
log = "^0.3"
[dev-dependencies]

View File

@ -14,7 +14,7 @@ templates = ["serde", "serde_json", "lazy_static_macro", "glob"]
lazy_static_macro = ["lazy_static"]
[dependencies]
rocket = { path = "../lib/" }
rocket = { version = "0.1.0-rc", path = "../lib/" }
log = "^0.3"
# JSON and templating dependencies.