core: Remove `indexmap` version restriction

Seems like the cyclic package dependency has been resolved in `1.9.0`,
so bring it back as usual.
This commit is contained in:
relrelb 2022-06-21 08:30:53 +03:00 committed by relrelb
parent 678ff2420d
commit 335ce09cb1
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ fnv = "1.0.7"
gc-arena = { git = "https://github.com/ruffle-rs/gc-arena" }
generational-arena = "0.2.8"
gif = "0.11.3"
# TODO: From some reason newer indexmap versions cause a cyclic package dependency.
# This is a workaround from: https://github.com/tkaitchuck/aHash/issues/95#issuecomment-903560879
indexmap = "~1.9.0"
indexmap = "1.9.0"
log = "0.4"
minimp3 = { version = "0.5.1", optional = true }
png = { version = "0.17.5" }