This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 5023ea8438 Fix MSRV CI (#4671)
5023ea8438 is described below
commit 5023ea8438e3143bf711a89a3a2ffb8838a18e9e
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Wed Aug 9 17:53:29 2023 +0100
Fix MSRV CI (#4671)
---
.github/workflows/rust.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 6b316fd6bc..c1c7f4d90f 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -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