diff --git a/.clippy.toml b/.clippy.toml index 5f7b9d25..bf3188e4 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -30,6 +30,6 @@ ################################################################################ # The minimal supported Rust version. -msrv = "1.76.0" +msrv = "1.77.0" ################################################################################ diff --git a/Cargo.toml b/Cargo.toml index b8a2d489..60ee48a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,5 +51,5 @@ license = "GPL-3.0" name = "aeruginous" readme = "README.md" repository = "https://github.com/kevinmatthes/aeruginous-rs" -rust-version = "1.76.0" +rust-version = "1.77.0" version = "3.7.9" diff --git a/README.md b/README.md index 9d3513e0..df1b3b31 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [gpl3]: https://github.com/kevinmatthes/aeruginous-rs/blob/main/LICENSE [lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-rs [lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-rs -[msrv]: https://img.shields.io/badge/MSRV-1.76.0-brightgreen +[msrv]: https://img.shields.io/badge/MSRV-1.77.0-brightgreen [release]: https://github.com/kevinmatthes/aeruginous-rs/releases/latest [renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg [repository]: https://github.com/kevinmatthes/aeruginous-rs diff --git a/src/lib.rs b/src/lib.rs index e58aab0b..1bd6b57a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,7 @@ //! [gpl3]: https://github.com/kevinmatthes/aeruginous-rs/blob/main/LICENSE //! [lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-rs //! [lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-rs -//! [msrv]: https://img.shields.io/badge/MSRV-1.76.0-brightgreen +//! [msrv]: https://img.shields.io/badge/MSRV-1.77.0-brightgreen //! [release]: https://github.com/kevinmatthes/aeruginous-rs/releases/latest //! [renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg //! [repository]: https://github.com/kevinmatthes/aeruginous-rs