diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,4 +17,5 @@ msrv = "1.41.1" [features] default = ["std"] -std = []
\ No newline at end of file +std = ["alloc"] +alloc = []
\ No newline at end of file |
