clippy fixes
This commit is contained in:
parent
7cce361c73
commit
e2649ce6ed
5 changed files with 53 additions and 48 deletions
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
serenity = { git = "https://github.com/serenity-rs/serenity.git", rev = "refs/heads/next" , features = ["collector"] }
|
||||
serenity = { version = "0.12.5" }
|
||||
tokio = { version = "1.53.1", features = ["rt-multi-thread"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.23"
|
||||
|
|
@ -15,3 +15,6 @@ thiserror = "2.0.20"
|
|||
nom-language = "0.1.0"
|
||||
rand_xoshiro = "0.8.1"
|
||||
rand = "0.10.2"
|
||||
|
||||
[patch.crates-io]
|
||||
serenity = { git = "https://github.com/serenity-rs/serenity.git", branch = "next" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue