diff --git a/satrs-core/src/lib.rs b/satrs-core/src/lib.rs index 5cb9a95..ce7057d 100644 --- a/satrs-core/src/lib.rs +++ b/satrs-core/src/lib.rs @@ -8,6 +8,7 @@ //! [alloc](https://doc.rust-lang.org/alloc) crate is available to allow boxed trait objects. //! These are used to supply user code to the crates. #![no_std] +#![cfg_attr(doc_cfg, feature(doc_cfg))] #[cfg(feature = "alloc")] extern crate alloc; extern crate downcast_rs; diff --git a/spacepackets b/spacepackets index 03d112c..97c70bf 160000 --- a/spacepackets +++ b/spacepackets @@ -1 +1 @@ -Subproject commit 03d112cbefa83fd1973cb2bccc88243ee05392bf +Subproject commit 97c70bf03b769ce3aa100ae771342f6810113a80