Update 'rand' dependency in 'pastebin' example.

This commit is contained in:
Sergio Benitez 2018-07-22 02:32:45 -07:00
parent 49365d5fdf
commit 9405fc9055
1 changed files with 1 additions and 1 deletions

View File

@ -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"