Skip to content

Commit e6dfdf7

Browse files
committed
chore: Update MSRV to 1.64.0
1 parent 3191fb1 commit e6dfdf7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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
@@ -49,15 +49,15 @@ jobs:
4949
- name: Test Release
5050
run: cargo test --release
5151
msrv:
52-
name: "Check MSRV: 1.60.0"
52+
name: "Check MSRV: 1.64.0"
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout repository
5656
uses: actions/checkout@v3
5757
- name: Install Rust
5858
uses: dtolnay/rust-toolchain@stable
5959
with:
60-
toolchain: 1.60.0 # MSRV
60+
toolchain: 1.64.0 # MSRV
6161
- uses: Swatinem/rust-cache@v2
6262
- name: No default features
6363
run: cargo check --workspace --all-targets --no-default-features
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install Rust
108108
uses: dtolnay/rust-toolchain@stable
109109
with:
110-
toolchain: 1.60.0 # MSRV
110+
toolchain: 1.64.0 # MSRV
111111
components: clippy
112112
- uses: Swatinem/rust-cache@v2
113113
- name: Install SARIF tools

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ homepage = "https://github.com/rust-cli/human-panic"
1414
categories = ["command-line-interface"]
1515
keywords = ["cli", "panic"]
1616
edition = "2018"
17-
rust-version = "1.60.0" # MSRV
17+
rust-version = "1.64.0" # MSRV
1818
include = [
1919
"build.rs",
2020
"src/**/*",

0 commit comments

Comments
 (0)