bitfields-derive: pin unicode-ident to MSRV-compatible version#1591
Merged
Conversation
`unicode-ident` released `v1.0.23` yesterday, which bumped its MSRV to 1.71. Our transpiled code targets 1.70, so this broke it. Very annoying that this happened just a couple days after we release `c2rust` `v0.22.0`, so we'll probably have to do a new `c2rust `v0.23.0` release now.
6740e22 to
0ff6043
Compare
randomPoison
approved these changes
Feb 9, 2026
kkysen
added a commit
that referenced
this pull request
Feb 11, 2026
This is to publish #1591, which annoyingly was broke (and fixed) a few days after releasing v0.22.0.
kkysen
added a commit
that referenced
this pull request
Feb 11, 2026
This is to publish #1591, which annoyingly was broke (and fixed) a few days after releasing v0.22.0.
kkysen
added a commit
to GaloisInc/Tractor-Crisp
that referenced
this pull request
Feb 11, 2026
This is for the fix in immunant/c2rust#1591.
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.
unicode-identreleasedv1.0.23yesterday, which bumped its MSRV to 1.71. Our transpiled code targets 1.70, so this broke it. Very annoying that this happened just a couple days after we releasec2rustv0.22.0, so we'll probably have to do a newc2rustv0.23.0` release now.