Skip to content

Commit e4ac462

Browse files
committed
introduce use_alloc
1 parent f116e92 commit e4ac462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ version = "0.2"
3838

3939
[features]
4040
default = ["use_std"]
41-
use_std = []
41+
use_std = ["use_alloc"]
42+
use_alloc = []
4243

4344
[profile]
4445
bench = { debug = true }

0 commit comments

Comments
 (0)