We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a6fc6 commit a3bd8faCopy full SHA for a3bd8fa
.github/workflows/publish-rust-client.yml
@@ -79,7 +79,7 @@ jobs:
79
rustfmt: true
80
81
- name: Install Cargo Release
82
- run: which cargo-release || cargo install cargo-release
+ run: which cargo-release || cargo install cargo-release --locked --version 0.25.17
83
84
- name: Ensure CARGO_REGISTRY_TOKEN variable is set
85
env:
0 commit comments