We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docsrs
1 parent 0566d13 commit c0b777cCopy full SHA for c0b777c
1 file changed
.github/workflows/ci.yml
@@ -216,15 +216,14 @@ jobs:
216
217
- name: Install Rust
218
uses: dtolnay/rust-toolchain@nightly
219
-
+
220
- uses: Swatinem/rust-cache@v2
221
222
- name: Generate documentation
223
run: |
224
cargo +nightly doc --no-deps -p rmcp -p rmcp-macros --all-features
225
env:
226
- RUSTDOCFLAGS: --cfg docsrs -Dwarnings
227
- RUSTFLAGS: --cfg docsrs
+ RUSTDOCFLAGS: --cfg docsrs -Dwarnings
228
229
release:
230
name: Release crates
0 commit comments