diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index c9270546..13548979 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Sergio Benitez "] plugin = true [dependencies] -rocket = { path = "../lib/" } +rocket = { version = "0.1.0-rc", path = "../lib/" } log = "^0.3" [dev-dependencies] diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index 14ba6bde..01100eb9 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -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.