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 bfc80f5 commit 53b6b4eCopy full SHA for 53b6b4e
.github/actions/ci/sync-rdme/action.yaml
@@ -13,4 +13,4 @@ runs:
13
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs --sort-modules-by-appearance --enable-index-page -Zunstable-options"
14
run: |
15
set -xeo pipefail
16
- cargo sync-rdme --all-features --workspace --check
+ cargo +nightly sync-rdme --all-features --workspace --check
.github/workflows/cargo-release-pr.yaml
@@ -72,7 +72,7 @@ jobs:
72
env:
73
74
RUSTC_BOOTSTRAP: "1"
75
- run: cargo sync-rdme --all-features --workspace
+ run: cargo +nightly sync-rdme --all-features --workspace
76
77
- name: fmt cargo toml
78
if: ${{ steps.changed.outputs.result == 1 }}
0 commit comments