Skip to content

Commit 4183b04

Browse files
committed
Update CI configuration: remove beta and nightly Rust versions, and upgrade toolchain to 1.82.0
1 parent b36010d commit 4183b04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
matrix:
1818
rust:
1919
- stable
20-
- beta
21-
- nightly
2220
steps:
2321
- uses: actions/checkout@v4
2422

@@ -106,7 +104,7 @@ jobs:
106104
- name: Install Rust
107105
uses: dtolnay/rust-toolchain@master
108106
with:
109-
toolchain: 1.70.0 # Adjust based on your MSRV
107+
toolchain: 1.82.0 # Adjust based on your MSRV
110108

111109
- name: Check MSRV
112110
run: cargo check --all-features

0 commit comments

Comments
 (0)