Skip to content

Commit

Permalink
Fix MSRV CI (#4671)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Aug 9, 2023
1 parent 92d8ee6 commit 5023ea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
- name: Check arrow-flight
working-directory: arrow-flight
run: cargo msrv verify
- name: Downgrade object_store dependencies
working-directory: object_store
# Necessary because 1.30.0 updates MSRV to 1.63
run: cargo update -p tokio --precise 1.29.1
- name: Check object_store
working-directory: object_store
run: cargo msrv verify

0 comments on commit 5023ea8

Please sign in to comment.