Skip to content

Conversation

@lukipuki
Copy link
Collaborator

Summary
Rust 1.84 brings a MSRV-aware resolver which discards dependencies which require a too new toolchain.

Thus we cand drop the pinned version of indexmap, the resolver will do its job.

Related Issues
#46

Proposed Changes

  • Bump MSRV to 1.84
  • Drop indexmap dependency

Checklist

  • Tests pass locally

Rust 1.84 brings a MSRV-aware resolver which discards dependencies which
require a too new toolchain.

Thus we cand drop the pinned version of indexmap, the resolver will do
its job.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants