more precise error handling for CCSDS support

This commit is contained in:
Robin Mueller
2025-11-27 17:34:51 +01:00
parent b7efa0378d
commit 73b11d0ae2
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ build:
cargo build --all-features
docs:
RUSTDOCFLAGS="--cfg docsrs -Z unstable-options --generate-link-to-definition" cargo +nightly doc --all-features
RUSTDOCFLAGS="--cfg docsrs -Z unstable-options --generate-link-to-definition" cargo +nightly doc --all-features --no-deps
docs-html:
RUSTDOCFLAGS="--cfg docsrs -Z unstable-options --generate-link-to-definition" cargo +nightly doc --all-features --open