Skip to content

Commit 6322989

Browse files
fix(deps): update rust crate rustc-hash to v2
1 parent 67fd29b commit 6322989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ la-arena = "0.3"
1313
maplit = "1.0"
1414
non-empty-vec = "0.2"
1515
ordered-float = "3.0"
16-
rustc-hash = "1.1"
16+
rustc-hash = "2.0"
1717
text-size = "1.1"
1818

1919
[dev-dependencies]

compiler/scope/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2018"
66

77
[dependencies]
88
la-arena = "0.3"
9-
rustc-hash = "1.1"
9+
rustc-hash = "2.0"
1010

1111
[dev-dependencies]

0 commit comments

Comments
 (0)