diff --git a/.github/workflows/publish-rust-client.yml b/.github/workflows/publish-rust-client.yml index 546cee7..2622627 100644 --- a/.github/workflows/publish-rust-client.yml +++ b/.github/workflows/publish-rust-client.yml @@ -79,7 +79,7 @@ jobs: rustfmt: true - name: Install Cargo Release - run: which cargo-release || cargo install cargo-release + run: which cargo-release || cargo install cargo-release --version 0.25.11 --locked - name: Ensure CARGO_REGISTRY_TOKEN variable is set env: