Merged
Conversation
28323c4 to
16d5d2e
Compare
Contributor
Author
|
Ha my bad, I made those changes, and rolled them back before pushing thinking the std-feature would be enough, but didn't re-test them. Sorry for that. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
=======================================
Coverage 26.98% 26.98%
=======================================
Files 9 9
Lines 2616 2616
Branches 2616 2616
=======================================
Hits 706 706
Misses 1819 1819
Partials 91 91 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
16d5d2e to
c761d1c
Compare
Merged
aschey
added a commit
that referenced
this pull request
Jul 1, 2025
## 🤖 New release * `terminput`: 0.5.0 -> 0.5.1 (✓ API compatible changes) * `terminput-crossterm`: 0.3.0 -> 0.3.1 * `terminput-egui`: 0.2.0 -> 0.2.1 * `terminput-termion`: 0.2.0 -> 0.2.1 * `terminput-termwiz`: 0.3.0 -> 0.3.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `terminput` <blockquote> ## [0.5.1](https://github.com/aschey/terminput/compare/terminput-v0.5.0..terminput-v0.5.1) - 2025-07-01 ### Documentation - Document feature flags ([#43](#43)) - ([a12a415](a12a415)) ### Terminput - Add support for `no_std` ([#41](#41)) - ([f309625](f309625)) </blockquote> ## `terminput-crossterm` <blockquote> ## [0.3.1](https://github.com/aschey/terminput/compare/terminput-crossterm-v0.3.0..terminput-crossterm-v0.3.1) - 2025-07-01 ### Miscellaneous Tasks - Updated the following local packages: terminput - ([0000000](0000000)) </blockquote> ## `terminput-egui` <blockquote> ## [0.2.1](https://github.com/aschey/terminput/compare/terminput-egui-v0.2.0..terminput-egui-v0.2.1) - 2025-07-01 ### Miscellaneous Tasks - Updated the following local packages: terminput - ([0000000](0000000)) </blockquote> ## `terminput-termion` <blockquote> ## [0.2.1](https://github.com/aschey/terminput/compare/terminput-termion-v0.2.0..terminput-termion-v0.2.1) - 2025-07-01 ### Miscellaneous Tasks - Updated the following local packages: terminput - ([0000000](0000000)) </blockquote> ## `terminput-termwiz` <blockquote> ## [0.3.1](https://github.com/aschey/terminput/compare/terminput-termwiz-v0.3.0..terminput-termwiz-v0.3.1) - 2025-07-01 ### Miscellaneous Tasks - Updated the following local packages: terminput - ([0000000](0000000)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Owner
|
Released in |
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.
This adds support for
no_stdtoterminput.This is an opt-in feature (defaults continue to be
std). This is intended to be used with ratatui on uefi (https://github.com/reubeno/tui-uefi) with stable builds.