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 22, 2020
1 parent f116e92 commit e4ac462
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 e4ac462

Please sign in to comment.