itsjunetime commented on code in PR #6742:
URL: https://github.com/apache/arrow-rs/pull/6742#discussion_r1845267955
##########
.github/workflows/rust.yml:
##########
@@ -122,24 +122,20 @@ jobs:
uses: ./.github/actions/setup-builder
- name: Install cargo-msrv
run: cargo install cargo-msrv
- - name: Downgrade arrow dependencies
- run: cargo update -p ahash --precise 0.8.7
Review Comment:
`ahash`'s MSRV now is 1.60, so we don't need this downgrade anymore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]