From 8a8f755e6ca2ebe821c5ee8a785d347fc60847cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:57:27 +0100 Subject: [PATCH] [Renovate] Update dependency rust to v1.76.0 (#106) 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 bf7004f..1de3c17 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -30,6 +30,6 @@ ################################################################################ # The minimal supported Rust version. -msrv = "1.75.0" +msrv = "1.76.0" ################################################################################ diff --git a/Cargo.toml b/Cargo.toml index f6db808..34ea05e 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.75.0" +rust-version = "1.76.0" version = "0.7.0" diff --git a/README.md b/README.md index 3c1f731..1722891 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.75.0-brightgreen +[msrv]: https://img.shields.io/badge/MSRV-1.76.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 6280708..c546ed3 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.75.0-brightgreen +//! [msrv]: https://img.shields.io/badge/MSRV-1.76.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