Make unicode-width an optional default dependency#133
Make unicode-width an optional default dependency#133the8472 merged 4 commits intorust-lang:masterfrom
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.
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