We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cef6b5 + 23ad1c7 commit 22f133aCopy full SHA for 22f133a
1 file changed
Cargo.toml
@@ -15,7 +15,7 @@ categories = ["caching", "data-structures"]
15
travis-ci = { repository = "anderslanglands/ustr", branch = "master" }
16
17
[dependencies]
18
-ahash = "0.8.3"
+ahash = { version = "0.8.3", default-features = false }
19
byteorder = "1.4.3"
20
lazy_static = "1.4.0"
21
parking_lot = "0.12.1"
0 commit comments