alamb commented on code in PR #5866:
URL: https://github.com/apache/arrow-rs/pull/5866#discussion_r1634743165
##########
.github/workflows/rust.yml:
##########
@@ -119,17 +119,20 @@ jobs:
run: cargo update -p ahash --precise 0.8.7
- name: Check arrow
working-directory: arrow
- run: cargo msrv verify
+ run: cargo msrv --log-target stdout verify
Review Comment:
💯 for logging to stdout
##########
.github/workflows/rust.yml:
##########
@@ -119,17 +119,20 @@ jobs:
run: cargo update -p ahash --precise 0.8.7
- name: Check arrow
working-directory: arrow
- run: cargo msrv verify
+ run: cargo msrv --log-target stdout verify
- name: Check parquet
working-directory: parquet
- run: cargo msrv verify
+ run: cargo msrv --log-target stdout verify
- name: Check arrow-flight
working-directory: arrow-flight
- run: cargo msrv verify
+ run: cargo msrv --log-target stdout 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
+ # Necessary because tokio 1.30.0 updates MSRV to 1.63
Review Comment:
❤️
--
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]