Update serenity to v0.9.0-rc.2

This commit is contained in:
Natsu Kagami 2020-10-08 13:39:15 -04:00
parent e25701a99c
commit 85ef689909
7 changed files with 34 additions and 11 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 = { version = "0.9.0-rc.0", features = ["collector"] }
serenity = { version = "0.9.0-rc.2", features = ["collector"] }
rand = "0.7"
serde = { version = "1", features = ["derive"] }
chrono = "0.4"