From bdd8bff02d3bcbbd7b567764681f0e81cc78ac65 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 1 Nov 2023 10:13:15 +0100 Subject: Update MSRV: 1.63.0 -> 1.65.0 Signed-off-by: Matthias Beyer --- .github/workflows/ci.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b41939a..78f328d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: rust: - - 1.63.0 + - 1.65.0 - stable steps: - uses: actions/checkout@v4 @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.63.0 + toolchain: 1.65.0 - run: rustup component add rustfmt - name: cargo-fmt uses: actions-rs/cargo@v1 @@ -43,7 +43,7 @@ jobs: strategy: matrix: rust: - - 1.63.0 + - 1.65.0 - stable steps: - uses: actions/checkout@v4 @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.63.0 + toolchain: 1.65.0 - uses: swatinem/rust-cache@v2 - run: rustup component add clippy - name: cargo-clippy diff --git a/README.md b/README.md index 108b292..6ae9472 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ import/export foo by simply using this crate. # MSRV -1.63.0 +1.65.0 # License -- cgit v1.2.3