diff --git a/.github/workflows/publish-rust-client.yml b/.github/workflows/publish-rust-client.yml index 546cee7..c6397f7 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 --locked --version 0.25.17 - name: Ensure CARGO_REGISTRY_TOKEN variable is set env: