From 09993750266389efbb201dceef2d72f32b674ffe Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Tue, 14 May 2024 13:59:14 +0200 Subject: [PATCH] chore: Update MSRV (needed by opendal) --- 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 d83353ff..3d872ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ resolver = "2" [workspace.package] -rust-version = "1.73.0" +rust-version = "1.75.0" [workspace.dependencies] aho-corasick = "1.1.2" diff --git a/README.md b/README.md index f3111e36..b14c98b0 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.73.0`. +This crate's minimum supported `rustc` version is `1.75.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 8d72a944..381c821c 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.73.0`. +This crate's minimum supported `rustc` version is `1.75.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 3a93188c..64011390 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.73.0`. +This crate's minimum supported `rustc` version is `1.75.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 5388e316..087173b9 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.73.0`. +This crate's minimum supported `rustc` version is `1.75.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