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

build(deps): Depend on multimap 0.8 or 0.9 #958

Closed
wants to merge 1 commit into from

Conversation

sjackman
Copy link
Contributor

Depend on multimap version 0.8 or 0.9.

@@ -25,7 +25,7 @@ bytes = { version = "1", default-features = false }
heck = "0.4"
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
Collaborator

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
Collaborator

@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.

@@ -25,7 +25,7 @@ bytes = { version = "1", default-features = false }
heck = "0.4"
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
Collaborator

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
Collaborator

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.

None yet

3 participants