Skip to content

Commit

Permalink
ci: fix MSRV build (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc authored Feb 12, 2024
1 parent f1a0ec9 commit 2669d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
submodules: true
- name: Install rust
run: rustup update 1.65.0 && rustup default 1.65.0
- name: MSRV dependencies
run: |
cargo update -p ahash --precise 0.8.6
- name: Test
run: cargo test -p object --verbose --features all

Expand Down

0 comments on commit 2669d72

Please sign in to comment.