Fix current build
This commit is contained in:
parent
2f88f7b04f
commit
7cdd5b8137
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ serde_json = "*"
|
||||||
rusqlite = { version = "*", features = ["bundled"] }
|
rusqlite = { version = "*", features = ["bundled"] }
|
||||||
serenity = { version = "0.8", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]}
|
serenity = { version = "0.8", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]}
|
||||||
parking_lot = "*"
|
parking_lot = "*"
|
||||||
anyhow = "*"
|
anyhow = { version = "*", features = ["backtrace"] }
|
||||||
hey_listen = "*"
|
hey_listen = "*"
|
||||||
rand = "*"
|
rand = "*"
|
||||||
|
|
Loading…
Reference in a new issue