Switch out fnv in favor of foldhash in test

This commit is contained in:
David Tolnay
2024-11-16 12:24:01 -08:00
parent c270e27a4d
commit b9dbfcb4ac
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ serde = { path = "../serde" }
[dev-dependencies]
automod = "1.0.1"
fnv = "1.0"
foldhash = "0.1"
rustversion = "1.0"
serde = { path = "../serde", features = ["rc"] }
serde_derive = { path = "../serde_derive", features = ["deserialize_in_place"] }