improvement: switch to stable rust

This commit is contained in:
timokoesters 2020-07-22 21:57:14 +02:00
parent 9c095f1538
commit d8e1248df6
No known key found for this signature in database
GPG key ID: 356E705610F626D5
5 changed files with 106 additions and 141 deletions

View file

@ -12,7 +12,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "33e95f49008dcbc8dc51da7d37e0570059176b73", features = ["tls"] }
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "8d779caa22c63b15a6c3ceb75d8f6d4971b2eb67", features = ["tls"] }
http = "0.2.1"
log = "0.4.8"
sled = "0.32.0"