Skip to content

Commit

Permalink
Merge pull request #1331 from plebhash/fix-release-libs-toolchain
Browse files Browse the repository at this point in the history
`release-libs.yaml` use `1.75.0` toolchain
  • Loading branch information
plebhash authored Jan 7, 2025
2 parents d8ef9e8 + 4d870b0 commit 78debee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.75.0
override: true
- name: Login
run: cargo login ${{ secrets.CRATES_IO_DEPLOY_KEY }}
Expand Down

0 comments on commit 78debee

Please sign in to comment.