mirror of https://github.com/rwf2/Rocket.git
parent
63ebe7d06a
commit
b76a1ef8b9
|
@ -25,7 +25,7 @@ rocket = { version = "0.4.0-dev", path = "../lib/" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
# UUID dependencies.
|
# UUID dependencies.
|
||||||
uuid = { version = "^0.5", optional = true }
|
uuid = { version = ">= 0.5, <= 0.6", optional = true }
|
||||||
|
|
||||||
# Serialization and templating dependencies.
|
# Serialization and templating dependencies.
|
||||||
serde = { version = "1.0", optional = true }
|
serde = { version = "1.0", optional = true }
|
||||||
|
|
|
@ -6,7 +6,7 @@ workspace = "../../"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { path = "../../lib" }
|
rocket = { path = "../../lib" }
|
||||||
rocket_codegen = { path = "../../codegen" }
|
rocket_codegen = { path = "../../codegen" }
|
||||||
uuid = "^0.5"
|
uuid = ">= 0.5, <= 0.6"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
[dependencies.rocket_contrib]
|
||||||
|
|
Loading…
Reference in New Issue