From 6a0adcb96d62d9ce560d127222cd49759b8bf2ba Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 14 Mar 2023 18:42:34 +0100 Subject: [PATCH] cargo: bump MSRV to 1.64.0 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d77893..4365871 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - rust: ['stable', 'nightly', '1.60.0'] + rust: ['stable', 'nightly', '1.64.0'] steps: - uses: actions/checkout@v2 diff --git a/Cargo.toml b/Cargo.toml index 3fced35..0901033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" version = "2.0.1" edition = "2021" -rust-version = "1.60.0" +rust-version = "1.64.0" authors = ["Fabio Valentini "] readme = "README.md"