Skip to content

Commit 22f133a

Browse files
Merge pull request #46 from enlightware/master
Disabling unused ahash default features
2 parents 5cef6b5 + 23ad1c7 commit 22f133a

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
@@ -15,7 +15,7 @@ categories = ["caching", "data-structures"]
1515
travis-ci = { repository = "anderslanglands/ustr", branch = "master" }
1616

1717
[dependencies]
18-
ahash = "0.8.3"
18+
ahash = { version = "0.8.3", default-features = false }
1919
byteorder = "1.4.3"
2020
lazy_static = "1.4.0"
2121
parking_lot = "0.12.1"

0 commit comments

Comments
 (0)