Skip to content

Commit

Permalink
Update rustc-hash dependency from "1.1" to "2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 12, 2024
1 parent 73fff47 commit a81390c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ascent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ readme = "../README.MD"
ascent_macro = { workspace = true }
ascent_base = { workspace = true }
cfg-if = "1.0"
rustc-hash = "1.1"
hashbrown = {version = "0.14", features = ["raw"]}
rustc-hash = "2.0"
instant = "0.1"
dashmap = { version = "5.5", features = ["raw-api", "rayon"], optional = true }
rayon = { version = "1.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion byods/ascent-byods-rels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ autoexamples = false

[dependencies]
ascent = { workspace = true, default-features = false }
rustc-hash = "1.1"
derive_more = "0.99.17"
itertools = "0.13"
rustc-hash = "2.0"
# syn is a dependency of derive_more 0.99, and the minimum version is buggy, so choosing a well-behaved
# version. Should be removed when derive_more switches to syn v2.0.
syn = "1.0.109"
Expand Down

0 comments on commit a81390c

Please sign in to comment.