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 92eafa9 commit d8eca37Copy full SHA for d8eca37
.github/workflows/rust.yml
@@ -73,10 +73,10 @@ jobs:
73
runs-on: ubuntu-latest
74
steps:
75
- uses: actions/checkout@v5
76
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@nightly
77
- run: cargo doc --locked --all-features --no-deps --document-private-items
78
env:
79
- RUSTDOCFLAGS: -Dwarnings
+ RUSTDOCFLAGS: -Dwarnings --cfg=instant_acme_docsrs
80
81
semver:
82
name: Check semver compatibility
0 commit comments