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

lizhimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new eec77906 [Rust] Fix Github Rust Workflow (#1089)
eec77906 is described below

commit eec779065791b4198a24bea75c643a6459d3debb
Author: EnableAsync <[email protected]>
AuthorDate: Wed Aug 27 16:18:19 2025 +0800

    [Rust] Fix Github Rust Workflow (#1089)
---
 .github/workflows/rust_build.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/rust_build.yml b/.github/workflows/rust_build.yml
index ea013939..ff83cfca 100644
--- a/.github/workflows/rust_build.yml
+++ b/.github/workflows/rust_build.yml
@@ -13,7 +13,7 @@ jobs:
         with:
           submodules: true
       - name: Install stable
-        uses: actions-rs/toolchain@v1
+        uses: dtolnay/rust-toolchain@stable
         with:
           toolchain: stable
           components: rustfmt
@@ -24,13 +24,13 @@ jobs:
     runs-on: ubuntu-latest
     defaults:
       run:
-        working-directory: ./rust    
+        working-directory: ./rust
     steps:
       - uses: actions/checkout@v3
         with:
           submodules: true
       - name: Install stable
-        uses: actions-rs/toolchain@v1
+        uses: dtolnay/rust-toolchain@stable
         with:
           toolchain: stable
           components: clippy
@@ -42,13 +42,13 @@ jobs:
     runs-on: ubuntu-latest
     defaults:
       run:
-        working-directory: ./rust    
+        working-directory: ./rust
     steps:
       - uses: actions/checkout@v3
         with:
           submodules: true
       - name: Install stable
-        uses: actions-rs/toolchain@v1
+        uses: dtolnay/rust-toolchain@stable
         with:
           toolchain: stable
       - name: Build doc
@@ -88,7 +88,7 @@ jobs:
       - uses: actions/checkout@v2
         with:
           submodules: true
-      - uses: actions-rs/toolchain@v1
+      - uses: dtolnay/rust-toolchain@stable
         with:
           toolchain: ${{ matrix.msrv }}
           components: clippy

Reply via email to