Skip to content

Commit c457c3e

Browse files
committed
feat: set portable as default
1 parent 15ad418 commit c457c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustc-hex = "2"
2525
wasm-bindgen-test = "0.3.33"
2626

2727
[features]
28-
default = ["zero_hash_cache", "ring"]
28+
default = ["zero_hash_cache", "portable"]
2929
zero_hash_cache = []
3030
ring = ["dep:ring"]
3131
portable = ["dep:sha2"]

0 commit comments

Comments
 (0)