Skip to content

Commit cb0467c

Browse files
committed
Add foldhash crate to third-party deps
1 parent 3e414bd commit cb0467c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

third-party/Cargo.lock

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

third-party/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rust-version = "1.77"
1010
cc = "1.0.83"
1111
clap = { version = "4", default-features = false, features = ["error-context", "help", "std", "usage"] }
1212
codespan-reporting = "0.11.1"
13+
foldhash = "0.1"
1314
proc-macro2 = { version = "1.0.58", features = ["span-locations"] }
1415
quote = "1.0.4"
1516
rustversion = "1"

0 commit comments

Comments
 (0)