Skip to content

Commit

Permalink
Add foldhash crate to third-party deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 16, 2024
1 parent 3e414bd commit cb0467c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions third-party/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions third-party/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rust-version = "1.77"
cc = "1.0.83"
clap = { version = "4", default-features = false, features = ["error-context", "help", "std", "usage"] }
codespan-reporting = "0.11.1"
foldhash = "0.1"
proc-macro2 = { version = "1.0.58", features = ["span-locations"] }
quote = "1.0.4"
rustversion = "1"
Expand Down

0 comments on commit cb0467c

Please sign in to comment.