1
0
Fork 0

Upgrade rocket to latest version

This commit is contained in:
jordan@doyle.la 2020-07-07 16:05:06 +01:00
parent 439f4bf2b4
commit ebe0df5cc6
No known key found for this signature in database
GPG key ID: 1EA6BAE6F66DC49A
4 changed files with 461 additions and 612 deletions

View file

@ -17,7 +17,7 @@ rand = { version = "0.7", features = ["nightly"] }
gpw = "0.1"
syntect = "4.1"
serde_derive = "1.0"
tokio = { version = "0.2", features = ["sync"] }
tokio = { version = "0.2", features = ["sync", "macros"] }
async-trait = "0.1"
[profile.release]