Skip to content

Commit ccaac9a

Browse files
committed
chore: Update MSRV to 1.64.0
1 parent 13a8f3b commit ccaac9a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.60.0" # MSRV
1+
msrv = "1.64.0" # MSRV

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
- name: No-default features
5252
run: cargo test --workspace --no-default-features
5353
msrv:
54-
name: "Check MSRV: 1.60.0"
54+
name: "Check MSRV: 1.64.0"
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout repository
5858
uses: actions/checkout@v3
5959
- name: Install Rust
6060
uses: actions-rs/toolchain@v1
6161
with:
62-
toolchain: 1.60.0 # MSRV
62+
toolchain: 1.64.0 # MSRV
6363
profile: minimal
6464
override: true
6565
- uses: Swatinem/rust-cache@v2
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install Rust
114114
uses: actions-rs/toolchain@v1
115115
with:
116-
toolchain: 1.60.0 # MSRV
116+
toolchain: 1.64.0 # MSRV
117117
profile: minimal
118118
override: true
119119
components: clippy

.github/workflows/rust-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
strategy:
6060
matrix:
6161
rust:
62-
- 1.60.0 # MSRV
62+
- 1.64.0 # MSRV
6363
- stable
64-
continue-on-error: ${{ matrix.rust != '1.60.0' }} # MSRV
64+
continue-on-error: ${{ matrix.rust != '1.64.0' }} # MSRV
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout repository

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
categories = ["development-tools::testing"]
1212
keywords = ["cli", "test", "assert", "command", "duct"]
1313
edition = "2021"
14-
rust-version = "1.60.0" # MSRV
14+
rust-version = "1.64.0" # MSRV
1515
include = [
1616
"build.rs",
1717
"src/**/*",

0 commit comments

Comments
 (0)