Update katyo/publish-crates action to v2

This commit is contained in:
renovate[bot]
2023-04-23 22:54:40 +00:00
committed by Abhishek Chanda
parent b4c0554d11
commit a01d32ede8

View File

@ -14,6 +14,6 @@ jobs:
with: with:
toolchain: stable toolchain: stable
override: true override: true
- uses: katyo/publish-crates@v1 - uses: katyo/publish-crates@v2
with: with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}