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.
2 parents b05c608 + 00eb6e6 commit f8589c4Copy full SHA for f8589c4
.github/workflows/publish.yml
@@ -30,12 +30,12 @@ jobs:
30
31
- name: Ensure npm 11.5.1 or later for trusted publishing
32
run: |
33
- npm install -g npm@latest
+ npm install -g npm@11.5.1
34
35
- name: Install Rust
36
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
37
with:
38
- toolchain: nightly
+ toolchain: nightly-2025-10-23
39
40
- name: Cache Rust dependencies
41
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
0 commit comments