mirror of https://github.com/rwf2/Rocket.git
updated example to uuid ^0.5
This commit is contained in:
parent
23df9d0b9b
commit
2720b7f0b5
|
@ -6,7 +6,7 @@ workspace = "../../"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { path = "../../lib" }
|
rocket = { path = "../../lib" }
|
||||||
rocket_codegen = { path = "../../codegen" }
|
rocket_codegen = { path = "../../codegen" }
|
||||||
uuid = "^0.4"
|
uuid = "^0.5"
|
||||||
lazy_static = "^0.2"
|
lazy_static = "^0.2"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
[dependencies.rocket_contrib]
|
||||||
|
|
Loading…
Reference in New Issue