We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998e1e0 commit b085782Copy full SHA for b085782
1 file changed
.github/workflows/main.yml
@@ -371,6 +371,10 @@ jobs:
371
- uses: ./.github/actions/install-rust
372
with:
373
toolchain: ${{ matrix.rust }}
374
+
375
+ - name: Use specific dependency versions for Rust 1.63 compatibility.
376
+ run: cargo update --package=once_cell --precise=1.20.3
377
378
# Don't use --all-features because some of the features have dependencies
379
# that don't work on newer Rust versions.
380
- run: cargo test --workspace --features=fs_utf8,arf_strings
0 commit comments