Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d448af

Browse files
committedJun 27, 2024·
Change FxHash to GxHash
1 parent a4ce33c commit 1d448af

File tree

360 files changed

+1672
-1636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+1672
-1636
lines changed
 

‎Cargo.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,6 +1640,15 @@ dependencies = [
16401640
"serde",
16411641
]
16421642

1643+
[[package]]
1644+
name = "gxhash"
1645+
version = "3.4.1"
1646+
source = "registry+https://github.com/rust-lang/crates.io-index"
1647+
checksum = "a197c9b654827513cf53842c5c6d3da2b4b35a785f8e0eff78bdf8e445aba1bb"
1648+
dependencies = [
1649+
"rustversion",
1650+
]
1651+
16431652
[[package]]
16441653
name = "handlebars"
16451654
version = "5.1.2"
@@ -3810,14 +3819,14 @@ dependencies = [
38103819
"either",
38113820
"elsa",
38123821
"ena",
3822+
"gxhash",
38133823
"indexmap",
38143824
"jobserver",
38153825
"libc",
38163826
"measureme",
38173827
"memmap2",
38183828
"parking_lot",
38193829
"portable-atomic",
3820-
"rustc-hash",
38213830
"rustc-rayon",
38223831
"rustc_arena",
38233832
"rustc_graphviz",

‎blah.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hola1

0 commit comments

Comments
 (0)
Please sign in to comment.