Skip to content

Commit 74d646e

Browse files
fix: update dependencies and add RUSTDOCFLAGS for documentation warnings
1 parent ff4e184 commit 74d646e

File tree

3 files changed

+329
-65
lines changed

3 files changed

+329
-65
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: cargo test --workspace --all-features --all-targets
4040

4141
- name: Verify Documentation
42+
env:
43+
RUSTDOCFLAGS: -D warnings
4244
run: cargo doc --no-deps --all-features --document-private-items
4345

4446
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)