You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: