We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ee17c commit 086ec11Copy full SHA for 086ec11
packages/xxhash/Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
global_alloc = {path = "../../crates/alloc"}
12
napi = {version = "1", features = ["napi6"]}
13
napi-derive = "1"
14
-xxhash-rust = {version = "0.8", features = ["xxh32", "const_xxh32", "xxh64", "const_xxh64", "xxh3", "const_xxh3"]}
+xxhash-rust = {version = "0.8", features = ["xxh32", "xxh64", "xxh3"]}
15
16
[build-dependencies]
17
napi-build = "1"
0 commit comments