Skip to content

Commit

Permalink
introduce use_alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
jswrenn committed Sep 4, 2020
1 parent 89f3a0d commit adcf70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ version = "0.2"

[features]
default = ["use_std"]
use_std = []
use_std = ["use_alloc"]
use_alloc = []

[profile]
bench = { debug = true }
Expand Down

0 comments on commit adcf70f

Please sign in to comment.