Skip to content

Commit e1a5af3

Browse files
committed
Bump Rust CI version
1 parent 71c28e2 commit e1a5af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- uses: dtolnay/rust-toolchain@stable
1919
- run: cargo test --all
2020
msrv:
21-
name: "Check MSRV: 1.66.0"
21+
name: "Check MSRV: 1.67.0"
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
2626
- name: Install Rust
2727
uses: dtolnay/rust-toolchain@stable
2828
with:
29-
toolchain: 1.66.0 # MSRV
29+
toolchain: 1.67.0 # MSRV
3030
- uses: Swatinem/rust-cache@v2
3131
- name: Default features
3232
run: cargo test --all

0 commit comments

Comments
 (0)