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 fdbd1e4 commit ed54461Copy full SHA for ed54461
1 file changed
.github/workflows/public-api.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Install Rust
24
uses: dtolnay/rust-toolchain@stable
25
26
+ - name: Install Nightly Toolchain (for rustdoc JSON)
27
+ uses: dtolnay/rust-toolchain@nightly
28
+
29
- name: Install cargo-public-api
30
uses: taiki-e/install-action@v2
31
with:
0 commit comments