Upgrade to hashbrown v0.17#2487
Merged
alexcrichton merged 1 commit intobytecodealliance:mainfrom Apr 14, 2026
Merged
Conversation
... plus indexmap v2.14 to depend on the same.
cuviper
commented
Apr 14, 2026
Comment on lines
97
to
+107
| # Note that this number is not proactively updated whenever a new release of | ||
| # Rust comes out. Instead if you run into this, for example a PR on CI is | ||
| # failing due to needing a newer feature of Rust, you're welcome to update this | ||
| # at any time so longer that it's no greater than the current release of Rust | ||
| # minus 10. | ||
| # | ||
| # If this window is too restrictive please leave a comment on your PR or send a | ||
| # message to wasm-tools maintainers to discuss. In some cases it's possible to | ||
| # add version detection to build scripts but in other cases this may not be | ||
| # reasonable to expect. | ||
| rust-version = "1.82.0" | ||
| rust-version = "1.85.0" |
Contributor
Author
There was a problem hiding this comment.
We're not quite to N-10 yet, but 1.95 releases this Thursday. I'm in no rush if you want to wait for that.
alexcrichton
approved these changes
Apr 14, 2026
Member
alexcrichton
left a comment
There was a problem hiding this comment.
Looks good to me, thank you!
I'm happy to make a release for this now if you need, but if you're ok with "eventual consistency" I'll also let this ride the next on-demand release (probably no more than 1-2 months)
Contributor
Author
|
I think it's ok to let this ride -- there are other dependency chains I have to chase down as well. |
alexcrichton
added a commit
to alexcrichton/wasmtime
that referenced
this pull request
Apr 14, 2026
Dual of bytecodealliance/wasm-tools#2487, but for Wasmtime.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
... plus indexmap v2.14 to depend on the same.
I'm following up on behalf of the Rust compiler, rust-lang/rust#155256 (comment), trying to eventually sync up the dependencies.