Skip to content

build(deps): upgrade hashbrown to v0.16#38

Closed
paolobarbolini wants to merge 1 commit intodjc:mainfrom
paolobarbolini:hashbrown-0.16
Closed

build(deps): upgrade hashbrown to v0.16#38
paolobarbolini wants to merge 1 commit intodjc:mainfrom
paolobarbolini:hashbrown-0.16

Conversation

@paolobarbolini
Copy link

No description provided.


[dependencies]
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }
hashbrown = { version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

If we could make this a range dependency instead of a hard upgrade, that would make my life for upgrading hashbrown incrementally in Firefox a lot easier! 😖🙏🏻

Copy link
Contributor

Choose a reason for hiding this comment

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

For convenience, that would make this line:

Suggested change
hashbrown = { version = "0.16", default-features = false, features = ["default-hasher", "inline-more"] }
hashbrown = { version = ">=0.15,<=0.16", default-features = false, features = ["default-hasher", "inline-more"] }

@djc djc mentioned this pull request Oct 15, 2025
@djc
Copy link
Owner

djc commented Oct 15, 2025

I've taken care of the simple version of this in #41 (to expedite things). @ErichDonGubler open to a PR that turns it into a range, although it would either be best effort or you should add CI flows to make sure both versions are tested.

@djc djc closed this Oct 15, 2025
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