Prelude: update to async

This commit is contained in:
Natsu Kagami 2020-09-02 16:48:06 -04:00
parent bfd9d1c68d
commit 2e718c3e60
No known key found for this signature in database
GPG key ID: F17543D4B9424B94
2 changed files with 259 additions and 2 deletions

View file

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.8"
serenity = "0.9.0-rc.0"
youmubot-db = { path = "../youmubot-db" }
crossbeam-channel = "0.4"
reqwest = "0.10"