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
|
||||
|
||||
[dependencies]
|
||||
rocket = { path = "../lib/" }
|
||||
rocket = { version = "0.1.0-rc", path = "../lib/" }
|
||||
log = "^0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue