diff --git a/.clippy.toml b/.clippy.toml index 46abf65..4c02180 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -30,6 +30,6 @@ ################################################################################ # The minimal supported Rust version. -msrv = "1.77.1" +msrv = "1.77.2" ################################################################################ diff --git a/Cargo.toml b/Cargo.toml index d119f6f..f122da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ license = "GPL-3.0" name = "aeruginous-io" readme = "README.md" repository = "https://github.com/kevinmatthes/aeruginous-io" -rust-version = "1.77.1" +rust-version = "1.77.2" version = "0.8.0" diff --git a/README.md b/README.md index de4fb9e..676b199 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [gpl3]: https://github.com/kevinmatthes/aeruginous-io/blob/main/LICENSE [lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-io [lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-io -[msrv]: https://img.shields.io/badge/MSRV-1.77.1-brightgreen +[msrv]: https://img.shields.io/badge/MSRV-1.77.2-brightgreen [release]: https://github.com/kevinmatthes/aeruginous-io/releases/latest [renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg [repository]: https://github.com/kevinmatthes/aeruginous-io diff --git a/src/lib.rs b/src/lib.rs index cfa8e36..352f810 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,7 @@ //! [gpl3]: https://github.com/kevinmatthes/aeruginous-io/blob/main/LICENSE //! [lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-io //! [lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-io -//! [msrv]: https://img.shields.io/badge/MSRV-1.77.1-brightgreen +//! [msrv]: https://img.shields.io/badge/MSRV-1.77.2-brightgreen //! [release]: https://github.com/kevinmatthes/aeruginous-io/releases/latest //! [renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg //! [repository]: https://github.com/kevinmatthes/aeruginous-io