This is an automated email from the ASF dual-hosted git repository.

kylebarron pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new e2a4934  Speed up MSRV CI check by installing cargo-msrv via 
taiki-e/install-action (#838)
e2a4934 is described below

commit e2a49349622aa7ad5db12b107a557d957ac01241
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Aug 20 17:44:45 2026 -0400

    Speed up MSRV CI check by installing cargo-msrv via taiki-e/install-action 
(#838)
---
 .github/workflows/rust.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 2cc842a..42c8a0c 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -51,7 +51,9 @@ jobs:
     steps:
       - uses: actions/checkout@v7
       - name: Install cargo-msrv
-        run: cargo install cargo-msrv --locked
+        uses: taiki-e/install-action@v2
+        with:
+          tool: cargo-msrv
       - name: Check
         run: |
           # run `cargo msrv verify` to see problems

Reply via email to