Skip to content

Commit b81583f

Browse files
committed
Add missing std subfeature dependencies
1 parent 1dd904d commit b81583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ name = "key"
5252

5353
[features]
5454
default = ["std"]
55-
std = []
55+
std = ["num-bigint/std", "num-traits/std", "num-integer/std", "num-iter/std", "rand/std", "byteorder/std", "failure/std", "subtle/std"]
5656
nightly = ["subtle/nightly", "num-bigint/nightly"]
5757
serde1 = ["num-bigint/serde", "serde"]
5858
expose-internals = []

0 commit comments

Comments
 (0)