This is an automated email from the ASF dual-hosted git repository.
xuehuilang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-client-rust.git
The following commit(s) were added to refs/heads/main by this push:
new d72e801 Update publish.yml toolchain from stable to nightly version
(#13)
d72e801 is described below
commit d72e8018d99ba34d79d1ff29d56b9239576e3f30
Author: DamonXue <[email protected]>
AuthorDate: Tue Jan 21 11:04:35 2025 +0800
Update publish.yml toolchain from stable to nightly version (#13)
---
.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//')