Skip to content

Support range of hashbrown dep versions#178

Merged
Spxg merged 1 commit into
Spxg:masterfrom
nyurik:bump-hashbrown
Jun 19, 2026
Merged

Support range of hashbrown dep versions#178
Spxg merged 1 commit into
Spxg:masterfrom
nyurik:bump-hashbrown

Conversation

@nyurik

@nyurik nyurik commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

fixes #177

@nyurik

nyurik commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

@Spxg I think your MSRV test may need to be updated, e.g. by running

cargo minimal-versions check --direct --package rsqlite-vfs

@Spxg Spxg force-pushed the bump-hashbrown branch from 4569823 to 46de4d4 Compare June 18, 2026 17:02
@Spxg

Spxg commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Yeah.. I don’t think we can do that. I believe changing the version range still won’t satisfy the MSRV requirement. For users on older Rust versions, this change would be considered a breaking change. They would need to pin to a specific version. rusqlite can do that because https://github.com/rusqlite/rusqlite#minimum-supported-rust-version-msrv

Also, if your library isn’t intended to be used on wasm, I don’t think this would cause any binary size bloat?

@Spxg Spxg force-pushed the bump-hashbrown branch from 46de4d4 to 2a32ab7 Compare June 19, 2026 01:48
@Spxg Spxg changed the title chore: support range of hashbrown dep versions Support range of hashbrown dep versions Jun 19, 2026
@Spxg Spxg merged commit 7a14885 into Spxg:master Jun 19, 2026
14 checks passed
@Spxg

Spxg commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Thanks

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.

Please update hashbrown dep to 0.17+

2 participants