From 71649e23f8e53464f36e3c1a9ce5a37e2e88b9a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:53:50 +0000 Subject: [PATCH] [Renovate] Update dependency rust to v1.77.0 (#181) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .clippy.toml | 2 +- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.clippy.toml b/.clippy.toml index 1de3c17..d0ef863 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 eeec153..bc89d85 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.76.0" +rust-version = "1.77.0" version = "0.8.0" diff --git a/README.md b/README.md index c99349d..dda82cc 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.76.0-brightgreen +[msrv]: https://img.shields.io/badge/MSRV-1.77.0-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 0733e11..22fbb30 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.76.0-brightgreen +//! [msrv]: https://img.shields.io/badge/MSRV-1.77.0-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