updated example to uuid ^0.5

This commit is contained in:
Lance Carlson 2017-05-03 12:14:19 -04:00
parent 23df9d0b9b
commit 2720b7f0b5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
uuid = "^0.4"
uuid = "^0.5"
lazy_static = "^0.2"
[dependencies.rocket_contrib]