the file store still required alloc

This commit is contained in:
2023-12-15 16:10:46 +01:00
parent 2f07fdfe83
commit 28a8b18329

@ -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;