Skip to content

Commit fad5c81

Browse files
authored
Use official FxHash crate (#14530)
1 parent 9030879 commit fad5c81

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

Cargo.lock

Lines changed: 7 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bstr = "1.0.1"
88
globwalk = "0.8.1"
99
log = "0.4"
1010
rayon = "1.5.3"
11-
fxhash = "0.2.1"
11+
fxhash = { package = "rustc-hash", version = "2.0.0" }
1212
crossbeam = "0.8.2"
1313
tracing = { version = "0.1.37", features = [] }
1414
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }

0 commit comments

Comments
 (0)