mirror of https://github.com/rwf2/Rocket.git
Use a less confusing version number during dev.
This commit is contained in:
parent
3ef14f5392
commit
43a4028085
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rocket_codegen"
|
||||
version = "0.2.8"
|
||||
version = "0.3.0-dev"
|
||||
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||||
description = "Code generation for the Rocket web framework."
|
||||
documentation = "https://api.rocket.rs/rocket_codegen/"
|
||||
|
@ -15,7 +15,7 @@ build = "build.rs"
|
|||
plugin = true
|
||||
|
||||
[dependencies]
|
||||
rocket = { version = "0.2.8", path = "../lib/" }
|
||||
rocket = { version = "0.3.0-dev", path = "../lib/" }
|
||||
log = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rocket_contrib"
|
||||
version = "0.2.8"
|
||||
version = "0.3.0-dev"
|
||||
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||||
description = "Community contributed libraries for the Rocket web framework."
|
||||
documentation = "https://api.rocket.rs/rocket_contrib/"
|
||||
|
@ -21,7 +21,7 @@ handlebars_templates = ["handlebars", "templates"]
|
|||
templates = ["serde", "serde_json", "glob"]
|
||||
|
||||
[dependencies]
|
||||
rocket = { version = "0.2.8", path = "../lib/" }
|
||||
rocket = { version = "0.3.0-dev", path = "../lib/" }
|
||||
log = "^0.3"
|
||||
|
||||
# UUID dependencies.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rocket"
|
||||
version = "0.2.8"
|
||||
version = "0.3.0-dev"
|
||||
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||||
description = """
|
||||
Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
|
||||
|
@ -44,7 +44,7 @@ optional = true
|
|||
|
||||
[dev-dependencies]
|
||||
lazy_static = "0.2"
|
||||
rocket_codegen = { version = "0.2.8", path = "../codegen" }
|
||||
rocket_codegen = { version = "0.3.0-dev", path = "../codegen" }
|
||||
|
||||
[build-dependencies]
|
||||
yansi = "0.3"
|
||||
|
|
Loading…
Reference in New Issue