Closed serprex closed 4 months ago
Also this PR fixed an old problem with indexmap https://github.com/tower-rs/tower/issues/466. indexmap 1.5.2 release added a new feature flag std which can totally solve corresponding issue with not identifying https://github.com/indexmap-rs/indexmap/pull/145, std https://github.com/indexmap-rs/indexmap/issues/151.
Closing as a duplicate of #741.
741 proposes changing
get_ready_index_mut
's signature, but that would be a semver breaking change, so can wait for0.5
Also remove unused lazy_static dev dependency