the file store still required alloc
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2023-12-15 16:10:46 +01:00
parent 2f07fdfe83
commit 28a8b18329
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -17,6 +17,7 @@ use serde::{Deserialize, Serialize};
#[cfg(feature = "std")]
pub mod dest;
#[cfg(feature = "alloc")]
pub mod filestore;
#[cfg(feature = "std")]
pub mod source;