Skip to content

Commit

Permalink
Merge pull request #153 from elichai/2019-08-rand-std-feature
Browse files Browse the repository at this point in the history
Add a rand-std feature
  • Loading branch information
apoelstra committed Aug 22, 2019
2 parents eddfe03 + b59f4ff commit 4e69dcc
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 @@ -29,7 +29,8 @@ path = "src/lib.rs"
unstable = []
default = ["std"]
fuzztarget = []
std = ["rand/std"]
std = []
rand-std = ["rand/std"]
recovery = []
endomorphism = []
lowmemory = []
Expand Down

0 comments on commit 4e69dcc

Please sign in to comment.