Skip to content

Commit e11aed6

Browse files
committed
Relax rustc-hash dependency
1 parent 576ca1e commit e11aed6

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
@@ -30,7 +30,7 @@ rand = { version = "0.7.3", features = ["small_rng"] }
3030
quickcheck = { version = "0.9", default-features = false }
3131
rayon_ = { version = "1.0", package = "rayon" }
3232
fnv = "1.0"
33-
rustc-hash = "=1.0"
33+
rustc-hash = "1.0"
3434
serde_test = "1.0"
3535

3636
[features]

0 commit comments

Comments
 (0)