From acdc466edfe3d4e3314ef97dd8ddda728e3be0e6 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 29 Nov 2024 10:10:47 +0100 Subject: [PATCH] Bump MSRV to 1.71 for zerofrom 0.1.5 --- .github/workflows/rust.yml | 6 +++--- mendes/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d855706..e49c70f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,16 +12,16 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - rust: [stable, beta, 1.70.0] + rust: [stable, beta, 1.71.1] exclude: - os: macos-latest rust: beta - os: windows-latest rust: beta - os: macos-latest - rust: 1.70.0 + rust: 1.71.1 - os: windows-latest - rust: 1.70.0 + rust: 1.71.1 runs-on: ${{ matrix.os }} diff --git a/mendes/Cargo.toml b/mendes/Cargo.toml index c8c1126..de2b3a6 100644 --- a/mendes/Cargo.toml +++ b/mendes/Cargo.toml @@ -2,7 +2,7 @@ name = "mendes" version = "0.9.4" edition = "2021" -rust-version = "1.70" +rust-version = "1.71.1" description = "Rust web toolkit for impatient perfectionists" documentation = "https://docs.rs/mendes" repository = "https://github.com/djc/mendes"