From e51785a3dac6b805c2e66ae08bf1668778e30415 Mon Sep 17 00:00:00 2001 From: Nugine Date: Sun, 15 Oct 2023 11:33:38 +0800 Subject: [PATCH] bump MSRV to 1.65.0 --- .github/workflows/ci.yml | 2 +- CONTRIBUTING.md | 2 +- const-str-proc-macro/Cargo.toml | 2 +- const-str/Cargo.toml | 2 +- const-str/src/lib.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3352dbf..22a3d31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: toolchain: - stable - nightly - - 1.64.0 # MSRV + - 1.65.0 # MSRV steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdf86ba..d22d382 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Toolchain -+ [Rust 1.64.0 or newer](https://rustup.rs/) ++ [Rust 1.65.0 or newer](https://rustup.rs/) + [just](https://github.com/casey/just) Get the source code diff --git a/const-str-proc-macro/Cargo.toml b/const-str-proc-macro/Cargo.toml index b6ade20..3fafe78 100644 --- a/const-str-proc-macro/Cargo.toml +++ b/const-str-proc-macro/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/Nugine/const-str" keywords = ["string", "const", "proc-macro"] categories = ["text-processing", "no-std"] readme = "../README.md" -rust-version = "1.64.0" +rust-version = "1.65.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/const-str/Cargo.toml b/const-str/Cargo.toml index 9a209b7..907a2ed 100644 --- a/const-str/Cargo.toml +++ b/const-str/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/Nugine/const-str" keywords = ["string", "const", "proc-macro"] categories = ["text-processing", "no-std"] readme = "../README.md" -rust-version = "1.64.0" +rust-version = "1.65.0" [features] default = [] diff --git a/const-str/src/lib.rs b/const-str/src/lib.rs index c15b330..9fad667 100644 --- a/const-str/src/lib.rs +++ b/const-str/src/lib.rs @@ -1,6 +1,6 @@ //! Compile-time string operations //! -//! MSRV: Rust 1.64.0 +//! MSRV: Rust 1.65.0 //! #![deny(unsafe_code, missing_docs, clippy::all, clippy::cargo)] #![allow(