We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022713c commit 3ff2368Copy full SHA for 3ff2368
.github/workflows/main.yml
@@ -116,7 +116,7 @@ jobs:
116
strategy:
117
fail-fast: false
118
matrix:
119
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest]
120
steps:
121
- uses: actions/checkout@v4
122
- name: Install Rust
@@ -127,7 +127,7 @@ jobs:
127
shell: bash
128
- name: Create Cargo.lock with minimal version
129
run: cargo +nightly update -Zminimal-versions
130
- - name: Cache downloaded crates since 1.46 is really slow in fetching
+ - name: Cache downloaded crates since 1.53 is really slow in fetching
131
uses: Swatinem/rust-cache@v2
132
- run: cargo check --lib
133
- run: cargo check --lib --all-features
0 commit comments