Skip to content

Commit 7a95bb3

Browse files
committed
chore: Bump MSRV to 1.65.0
1 parent e942dd3 commit 7a95bb3

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.61.0" # MSRV
1+
msrv = "1.65.0" # MSRV

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
- name: No-default features
6161
run: cargo test --workspace --no-default-features
6262
msrv:
63-
name: "Check MSRV: 1.61.0"
63+
name: "Check MSRV: 1.65.0"
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Checkout repository
6767
uses: actions/checkout@v3
6868
- name: Install Rust
6969
uses: actions-rs/toolchain@v1
7070
with:
71-
toolchain: 1.61.0 # MSRV
71+
toolchain: 1.65.0 # MSRV
7272
profile: minimal
7373
override: true
7474
- uses: Swatinem/rust-cache@v2
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install Rust
123123
uses: actions-rs/toolchain@v1
124124
with:
125-
toolchain: 1.61.0 # MSRV
125+
toolchain: 1.65.0 # MSRV
126126
profile: minimal
127127
override: true
128128
components: clippy

.github/workflows/rust-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
strategy:
7272
matrix:
7373
rust:
74-
- 1.61.0 # MSRV
74+
- 1.65.0 # MSRV
7575
- stable
76-
continue-on-error: ${{ matrix.rust != '1.61.0' }} # MSRV
76+
continue-on-error: ${{ matrix.rust != '1.65.0' }} # MSRV
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Checkout repository

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
categories = ["command-line-interface"]
1111
keywords = ["git"]
1212
edition = "2021"
13-
rust-version = "1.61.0" # MSRV
13+
rust-version = "1.65.0" # MSRV
1414
include = [
1515
"build.rs",
1616
"src/**/*",

0 commit comments

Comments
 (0)