Chore: Rust 1.72.0 Clippy lints, adjust MSRV

MSRV was bumped by serenity-next, and so we too must follow suit.
This commit is contained in:
Kyle Simpson
2023-08-28 22:19:14 +01:00
parent 77a9b4626c
commit 6f801563e5
7 changed files with 17 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ license = "ISC"
name = "songbird"
readme = "README.md"
repository = "https://github.com/serenity-rs/songbird.git"
rust-version = "1.68.2"
rust-version = "1.72"
version = "0.3.2"
[dependencies]