Skip to content

fix: update nightly version to avoid issue with transitive dependency#574

Merged
sjudson merged 5 commits intomainfrom
fix-zmij
Jan 5, 2026
Merged

fix: update nightly version to avoid issue with transitive dependency#574
sjudson merged 5 commits intomainfrom
fix-zmij

Conversation

@sjudson
Copy link
Contributor

@sjudson sjudson commented Jan 5, 2026

Supplants #573.

Over the holidays serde_json updated to 1.0.148, which itself updated its dependency of zmij to 1.0.10. This update includes configuration of a check for the availability of std::hint::select_unpredictable that is fragile: the necessary flag is skipped because we are on Rust 1.88, except the specific nightly we're on predates the merge of the code by a week.

This PR updates the nightly used to the last 1.88 one, to get feature parity with the 1.88.0 release.

@sjudson sjudson requested a review from slumber January 5, 2026 17:20
@sjudson sjudson merged commit 4dd5ee9 into main Jan 5, 2026
20 checks passed
@sjudson sjudson deleted the fix-zmij branch January 5, 2026 19:02
@github-actions github-actions bot locked and limited conversation to collaborators Jan 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants