We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c28e2 commit e1a5af3Copy full SHA for e1a5af3
.github/workflows/rust.yml
@@ -18,15 +18,15 @@ jobs:
18
- uses: dtolnay/rust-toolchain@stable
19
- run: cargo test --all
20
msrv:
21
- name: "Check MSRV: 1.66.0"
+ name: "Check MSRV: 1.67.0"
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout repository
25
uses: actions/checkout@v4
26
- name: Install Rust
27
uses: dtolnay/rust-toolchain@stable
28
with:
29
- toolchain: 1.66.0 # MSRV
+ toolchain: 1.67.0 # MSRV
30
- uses: Swatinem/rust-cache@v2
31
- name: Default features
32
run: cargo test --all
0 commit comments