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

xuehuilang pushed a commit to branch damonxue-patch-1
in repository https://gitbox.apache.org/repos/asf/shenyu-client-rust.git

commit e2388637568fd17713b31abcc842908a65a21ae6
Author: DamonXue <damonx...@gmail.com>
AuthorDate: Tue Jan 21 11:01:52 2025 +0800

    Update publish.yml toolchain from stable to nightly version
---
 .github/workflows/publish.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index a8b6378..1630e9a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -31,8 +31,9 @@ jobs:
       - name: Set up Rust
         uses: actions-rs/toolchain@v1
         with:
-          toolchain: stable
-          override: true
+            toolchain: nightly
+            override: true
+            components: rustfmt, clippy
       - name: Update version in Cargo.toml
         run: |
           VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')

Reply via email to