Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't build with indexmap 2.1 #56

Closed
Vollkornaffe opened this issue Sep 10, 2024 · 1 comment
Closed

Doesn't build with indexmap 2.1 #56

Vollkornaffe opened this issue Sep 10, 2024 · 1 comment
Assignees
Labels

Comments

@Vollkornaffe
Copy link

So, I'm not 100% sure this is an issue on this crate.
(It might also be a violation of semantic versioning on indexmap side)

If you add the minor version to the dependency, this should be fixed.
E.g., 2.5.

You can reproduce the issue by pinning the version to 2.1, and you'll get something like

error[E0599]: the method `get_index_mut2` exists for struct `IndexMap<I, P, H>`, but its trait bounds were not satisfied
  --> src/double_priority_queue/iterators.rs:93:14 
@garro95
Copy link
Owner

garro95 commented Sep 22, 2024

Thanks for reporting.

@garro95 garro95 self-assigned this Sep 22, 2024
@garro95 garro95 added the bug label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants