Skip to content

Commit 7c3fc8c

Browse files
committed
fix rust version
1 parent b72e100 commit 7c3fc8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
docs-
3434
- uses: hecrj/setup-rust-action@v1
3535
with:
36-
version: nightly
36+
rust-version: nightly
3737
- name: Generate Docs (reference docs.rs)
3838
run: |
3939
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
${{ matrix.os }}-${{ matrix.rust }}-
3535
- uses: hecrj/setup-rust-action@v1
3636
with:
37-
version: ${{ matrix.rust }}
37+
rust-version: ${{ matrix.rust }}
3838
- name: Build
3939
run:
4040
cargo build ${{ matrix.features }} ${{ matrix.cargo_flags }}

0 commit comments

Comments
 (0)