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 b72e100 commit 7c3fc8cCopy full SHA for 7c3fc8c
.github/workflows/docs.yml
@@ -33,7 +33,7 @@ jobs:
33
docs-
34
- uses: hecrj/setup-rust-action@v1
35
with:
36
- version: nightly
+ rust-version: nightly
37
- name: Generate Docs (reference docs.rs)
38
run: |
39
cargo rustdoc -- -Z unstable-options $(cargo metadata --format-version 1 | jq --raw-output '.packages | map("--extern-html-root-url=\(.name)=https://docs.rs/\(.name)/\(.version)") | join(" ")')
.github/workflows/test.yaml
@@ -34,7 +34,7 @@ jobs:
${{ matrix.os }}-${{ matrix.rust }}-
- version: ${{ matrix.rust }}
+ rust-version: ${{ matrix.rust }}
- name: Build
run:
40
cargo build ${{ matrix.features }} ${{ matrix.cargo_flags }}
0 commit comments