Skip to content

Conversation

@sjackman
Copy link
Contributor

Depend on multimap version 0.8 or 0.9.

itertools = { version = "0.10", default-features = false, features = ["use_alloc"] }
log = "0.4"
multimap = { version = "0.8", default-features = false }
multimap = { version = ">=0.8, <0.10", default-features = false }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why less than 0.10?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally, I think this syntax explains better the intent of the version bounds.

Suggested change
multimap = { version = ">=0.8, <0.10", default-features = false }
multimap = { version = ">=0.8, <=0.9", default-features = false }

Copy link
Contributor

@caspermeijn caspermeijn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase on the latest master branch. It seems multimap 0.10 has been released since the creation of this PR.

itertools = { version = "0.10", default-features = false, features = ["use_alloc"] }
log = "0.4"
multimap = { version = "0.8", default-features = false }
multimap = { version = ">=0.8, <0.10", default-features = false }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally, I think this syntax explains better the intent of the version bounds.

Suggested change
multimap = { version = ">=0.8, <0.10", default-features = false }
multimap = { version = ">=0.8, <=0.9", default-features = false }

@caspermeijn
Copy link
Contributor

Fixed in #1013

@caspermeijn caspermeijn closed this Apr 2, 2024
@sjackman sjackman deleted the sj/bump-multimap branch May 7, 2024 20:47
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.

3 participants