From 202c55e623cbe048735b6903da0c3ba5d258ed2d Mon Sep 17 00:00:00 2001 From: Alexander Weiss <alex@weissfam.de> Date: Tue, 6 Aug 2024 22:11:04 +0200 Subject: [PATCH] chore: Update MSRV to 1.76.0 --- Cargo.toml | 2 +- README.md | 2 +- crates/backend/README.md | 2 +- crates/config/README.md | 2 +- crates/core/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 79a2960d..ed3c5979 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ resolver = "2" [workspace.package] -rust-version = "1.75.0" +rust-version = "1.76.0" [workspace.dependencies] aho-corasick = "1.1.2" diff --git a/README.md b/README.md index b14c98b0..62e3175a 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Please make sure, that you read the ## Minimum Rust version policy -This crate's minimum supported `rustc` version is `1.75.0`. +This crate's minimum supported `rustc` version is `1.76.0`. The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if `crate 1.0` requires diff --git a/crates/backend/README.md b/crates/backend/README.md index 381c821c..acf0b4ed 100644 --- a/crates/backend/README.md +++ b/crates/backend/README.md @@ -94,7 +94,7 @@ Please make sure, that you read the ## Minimum Rust version policy -This crate's minimum supported `rustc` version is `1.75.0`. +This crate's minimum supported `rustc` version is `1.76.0`. The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if `crate 1.0` requires diff --git a/crates/config/README.md b/crates/config/README.md index 64011390..39f4e45f 100644 --- a/crates/config/README.md +++ b/crates/config/README.md @@ -79,7 +79,7 @@ Please make sure, that you read the ## Minimum Rust version policy -This crate's minimum supported `rustc` version is `1.75.0`. +This crate's minimum supported `rustc` version is `1.76.0`. The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if `crate 1.0` requires diff --git a/crates/core/README.md b/crates/core/README.md index 087173b9..1dad5585 100644 --- a/crates/core/README.md +++ b/crates/core/README.md @@ -215,7 +215,7 @@ Please make sure, that you read the ## Minimum Rust version policy -This crate's minimum supported `rustc` version is `1.75.0`. +This crate's minimum supported `rustc` version is `1.76.0`. The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if `crate 1.0` requires