-
Notifications
You must be signed in to change notification settings - Fork 67
Make unicode-width an optional default dependency #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Libtest will disable the unicode support.
Can we bump the MSRV to 1.68? That is the first version stabilizing the sparse registry. Due to the lack of sparse registry support the MSRV job currently takes several minutes while all other jobs finish in half a minute. |
I haven't found anything explicitly saying what semver policy around default features is, but this could be a breaking change for |
The worst thing that can happen when disabling this feature unintentionally is that the help text is twice as wide as it should be causing wrapping inside a terminal. |
Is there anything that needs to be done for this to be merged? |
Ah sorry, I assumed you had permission. |
I technically do have write permission, but I figured I shouldn't use it given that I never touched this crate before. |
Update getopts to remove unicode-width dependency Pulls in rust-lang/getopts#133. This saves 1.5MB on the vendored size of the standard library.
Rollup merge of #146001 - bjorn3:update_getopts, r=davidtwco Update getopts to remove unicode-width dependency Pulls in rust-lang/getopts#133. This saves 1.5MB on the vendored size of the standard library.
Update getopts to remove unicode-width dependency Pulls in rust-lang/getopts#133. This saves 1.5MB on the vendored size of the standard library.
Closes #132