Skip to content

Commit

Permalink
TESTING: Update hashbrown in symbol_table
Browse files Browse the repository at this point in the history
  • Loading branch information
thaliaarchi committed Oct 19, 2024
1 parent 500c41a commit a92c5b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
32 changes: 6 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ indexmap = "2.0"
instant = "0.1"
log = "0.4"
rustc-hash = "1.1"
symbol_table = { version = "0.3.0", features = ["global"] }
symbol_table = { version = "0.3.0", features = ["global"], "git" = "https://github.com/thaliaarchi/symbol_table", branch = "update-hashbrown" }
thiserror = "1"
lazy_static = "1.4"
num-integer = "0.1.45"
Expand Down

0 comments on commit a92c5b7

Please sign in to comment.