mirror of https://github.com/rwf2/Rocket.git
Update 'rand' dependency in 'pastebin' example.
This commit is contained in:
parent
49365d5fdf
commit
9405fc9055
|
@ -7,4 +7,4 @@ publish = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { path = "../../core/lib" }
|
rocket = { path = "../../core/lib" }
|
||||||
rocket_codegen = { path = "../../core/codegen" }
|
rocket_codegen = { path = "../../core/codegen" }
|
||||||
rand = "0.4"
|
rand = "0.5"
|
||||||
|
|
Loading…
Reference in New Issue