diff options
author | 2023-10-01 16:17:32 +0800 | |
---|---|---|
committer | 2023-10-01 16:17:32 +0800 | |
commit | 9c00b014f9c1c9e5128eadc6cecc6dd8a299af9c (patch) | |
tree | ca802e07ec5da459fff00ed4cc56369cb0c570b1 | |
parent | 35ca91b6641643a4fb16ab13bc5ad9c2df58bd9b (diff) | |
download | rathole-bump.tar.gz rathole-bump.tar.zst rathole-bump.zip |
chore: specify rust 1.71bump
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6e5c10..353cf2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.71 - name: Install cross run: cargo install --version 0.2.5 cross - name: Use Compile Features For Embedded |