Skip to content

Commit 1e5f258

Browse files
ci: update MSRV to 1.66
1 parent 727673e commit 1e5f258

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
- name: Default features
3434
run: cargo test --workspace
3535
msrv:
36-
name: "Check MSRV: 1.65.0"
36+
name: "Check MSRV: 1.66.0"
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v3
4141
- name: Install Rust
4242
uses: actions-rs/toolchain@v1
4343
with:
44-
toolchain: 1.65.0 # MSRV
44+
toolchain: 1.66.0 # MSRV
4545
profile: minimal
4646
override: true
4747
- uses: Swatinem/rust-cache@v2
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install Rust
7575
uses: actions-rs/toolchain@v1
7676
with:
77-
toolchain: 1.65.0 # MSRV
77+
toolchain: 1.66.0 # MSRV
7878
profile: minimal
7979
override: true
8080
components: clippy
@@ -90,4 +90,4 @@ jobs:
9090
- uses: actions/checkout@v3
9191
- uses: EmbarkStudios/cargo-deny-action@v1
9292
with:
93-
rust-version: "1.65.0"
93+
rust-version: "1.66.0"

0 commit comments

Comments
 (0)