Skip to content

Commit 086ec11

Browse files
committed
perf(xxhash): reduce binary size
1 parent 12ee17c commit 086ec11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xxhash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
global_alloc = {path = "../../crates/alloc"}
1212
napi = {version = "1", features = ["napi6"]}
1313
napi-derive = "1"
14-
xxhash-rust = {version = "0.8", features = ["xxh32", "const_xxh32", "xxh64", "const_xxh64", "xxh3", "const_xxh3"]}
14+
xxhash-rust = {version = "0.8", features = ["xxh32", "xxh64", "xxh3"]}
1515

1616
[build-dependencies]
1717
napi-build = "1"

0 commit comments

Comments
 (0)