Skip to content

Commit e0c90c3

Browse files
committed
Fix rustc-hash dev-dependency version to avoid MSRV issues
1 parent d9d64d4 commit e0c90c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ autocfg = "1"
3232
lazy_static = "1.2"
3333
rand = { version = "0.7.3", features = ["small_rng"] }
3434
rayon = "1.0"
35-
rustc-hash = "1.0"
35+
rustc-hash = "=1.0"
3636
serde_test = "1.0"
3737
doc-comment = "0.3.1"
3838

0 commit comments

Comments
 (0)