diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -49,8 +49,9 @@ default = ["std", "alloc", "fmt", "use-serde", "non-exhaustive-enums"] # dependency tree. non-exhaustive-enums = [] -# fmt-related features that depend on the alloc crate -alloc = [] +# fmt-related features that depend on the alloc crate. additionally, some +# supporting implementation comes from `yaxpeax-arch`'s alloc feature. +alloc = ["yaxpeax-arch/alloc"] # formatting code (Display, Debug impls, etc) are (inconsistently) optional on # `fmt`. future crate releases will move `fmt` impls consistently behind this |