mirror of https://github.com/rwf2/Rocket.git
parent
f061c8ba9e
commit
5d47456a2e
|
@ -25,7 +25,7 @@ rocket = { version = "0.3.6", path = "../lib/" }
|
|||
log = "^0.3"
|
||||
|
||||
# UUID dependencies.
|
||||
uuid = { version = "^0.5", optional = true }
|
||||
uuid = { version = ">= 0.5, <= 0.6", optional = true }
|
||||
|
||||
# Serialization and templating dependencies.
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
|
|
@ -6,8 +6,8 @@ workspace = "../../"
|
|||
[dependencies]
|
||||
rocket = { path = "../../lib" }
|
||||
rocket_codegen = { path = "../../codegen" }
|
||||
uuid = "^0.5"
|
||||
lazy_static = "^0.2"
|
||||
uuid = ">= 0.5, <= 0.6"
|
||||
lazy_static = "1.0"
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
default-features = false
|
||||
|
|
Loading…
Reference in New Issue