Skip to content

Commit e3ffad4

Browse files
committed
add std as default feature
1 parent 3975734 commit e3ffad4

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
@@ -24,7 +24,7 @@ hex-literal = "0.4.1"
2424
rand = "0.8.5"
2525

2626
[features]
27-
default = ["dkg", "signing"]
27+
default = ["dkg", "signing", "std"]
2828

2929
std = ["reddsa/std"]
3030
signing = ["dep:blake3", "dep:rand_chacha"]

0 commit comments

Comments
 (0)