From 92f5460132b85c9408c2202d13d57c9cd8ce05d8 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Fri, 23 Jun 2023 09:11:57 +0200 Subject: [PATCH] Bump MSRV to 1.65 (#881) --- .github/workflows/test.yml | 4 ++-- Cargo.toml | 2 +- README.md | 4 ++-- src/lib.rs | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8597ca2..7b9a92d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,8 +75,8 @@ jobs: rust: stable - name: beta rust: beta - - name: 1.63.0 - rust: 1.63.0 + - name: 1.65.0 + rust: 1.65.0 steps: - name: Checkout diff --git a/Cargo.toml b/Cargo.toml index c54ca40..8270869 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Alexis Mousset ", "Paolo Barbolini