Skip to content

Commit b085782

Browse files
committed
Pin once_cell for the MSRV build.
1 parent 998e1e0 commit b085782

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ jobs:
371371
- uses: ./.github/actions/install-rust
372372
with:
373373
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+
374378
# Don't use --all-features because some of the features have dependencies
375379
# that don't work on newer Rust versions.
376380
- run: cargo test --workspace --features=fs_utf8,arf_strings

0 commit comments

Comments
 (0)