1
Fork 0

Upgrade indexmap and thorin-dwp to use hashbrown 0.12

This removes the last dependencies on hashbrown 0.11.
This commit is contained in:
Josh Stone 2022-07-14 10:13:52 -07:00
parent 967a9c94b3
commit daa7c14a44
7 changed files with 19 additions and 40 deletions

View file

@ -14,7 +14,7 @@ tracing = "0.1"
libc = "0.2.50"
jobserver = "0.1.22"
tempfile = "3.2"
thorin-dwp = "0.2"
thorin-dwp = "0.3"
pathdiff = "0.2.0"
serde_json = "1.0.59"
snap = "1"