1
0
Fork 0

Update Rocket dependency branch to "master"

Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
Aaron 2020-07-17 22:07:45 +02:00 committed by Jordan Doyle
parent ebe0df5cc6
commit 5b5c7dc2fb
2 changed files with 391 additions and 93 deletions

View file

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
owning_ref = "0.4"
linked-hash-map = "0.5"
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "async" }
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" }
askama = "0.9"
lazy_static = "1.4"
rand = { version = "0.7", features = ["nightly"] }