Bump MSRV
parent
3394d495fe
commit
288811074f
|
@ -7,8 +7,9 @@
|
|||
- Fixed a bug where uncached guilds would panic the bot
|
||||
- Fixed small issue with embed styling
|
||||
- Updated to Rust 1.80.1 (from 1.79.0)
|
||||
- Removed `lazy_static` in favor of `LazyLock` (Rust 1.80.0+ feature)
|
||||
- Updated `diesel` and addons to latest versions
|
||||
- Removed `lazy_static` in favor of `LazyLock` (Rust 1.80.0+ feature)
|
||||
- Bumped MSRV to 1.80.0 due to the introduction of `LazyLock`
|
||||
|
||||
## 2.2.0 | August 13th 2024
|
||||
|
||||
|
|
|
@ -86,4 +86,4 @@ cargo build [--release] --features stats
|
|||
|
||||
# MSRV
|
||||
|
||||
The current minimum supported rust version is `1.75.0` _(Checked with `cargo-msrv`)_.
|
||||
The current minimum supported rust version is `1.80.0` _(Checked with `cargo-msrv`)_.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "spoticord"
|
||||
version = "2.2.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.75.0"
|
||||
rust-version = "1.80.0"
|
||||
|
||||
[[bin]]
|
||||
name = "spoticord"
|
||||
|
|
Loading…
Reference in New Issue