gimli-rs / gimli

A library for reading and writing the DWARF debugging format

Home Page:https://docs.rs/gimli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to indexmap 2?

cuviper opened this issue · comments

I would be happy to send a PR upgrading to indexmap 2, and it doesn't even require any code changes, but it would increase the MSRV enough that I'm not sure it would be welcome.

It would require 1.64 when feature write = ["indexmap"] is enabled, and at least 1.60 otherwise due to hashbrown's use of new dependency syntax. I don't know if you want to bother with split MSRV, but I also described this in gimli-rs/object#558.

The MSRV in this crate is a bit of a mess currently, so I'll take care of this next time I'm doing a release, unless you have a need for it now.

I have no strong need here -- just trying to help upgrade the ecosystem to reduce duplicate dependencies.