Skip to content

Commit

Permalink
Bump MSRV to Rust 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski committed Aug 26, 2023
1 parent 45b39ea commit f5b6778
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on: [push, pull_request]

env:
rust_min: 1.71.0
rust_nightly: nightly-2023-07-12
rust_min: 1.72.0
rust_nightly: nightly-2023-08-23

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/serenity-rs/serenity.git"
version = "0.11.5"
edition = "2021"
rust-version = "1.70"
rust-version = "1.72"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]

[workspace]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }

## MSRV Policy

Serenity's minimum supported Rust version (MSRV) is Rust 1.71.
Serenity's minimum supported Rust version (MSRV) is Rust 1.72.

We opt to keep MSRV stable on the `current` branch. This means it will remain
unchanged between minor releases. Occasionally, dependencies may violate SemVer
Expand Down Expand Up @@ -251,5 +251,5 @@ a Rust-native cloud development platform that allows deploying Serenity bots for
[repo:andesite]: https://github.com/natanbc/andesite
[repo:lavaplayer]: https://github.com/sedmelluq/lavaplayer
[logo]: https://raw.githubusercontent.com/serenity-rs/serenity/current/logo.png
[rust-version-badge]: https://img.shields.io/badge/rust-1.71.0+-93450a.svg?style=flat-square
[rust-version-link]: https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html
[rust-version-badge]: https://img.shields.io/badge/rust-1.72.0+-93450a.svg?style=flat-square
[rust-version-link]: https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html

0 comments on commit f5b6778

Please sign in to comment.