Skip to content

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Aug 22, 2025

Closes #132

@bjorn3
Copy link
Member Author

bjorn3 commented Aug 22, 2025

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.

@the8472
Copy link
Member

the8472 commented Aug 22, 2025

I haven't found anything explicitly saying what semver policy around default features is, but this could be a breaking change for default-features=false dependents... but currently there only is rustc-dep-of-std which hopefully nobody but std is using, so it's probably fine.

@bjorn3
Copy link
Member Author

bjorn3 commented Aug 22, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does getopts actually need to depend on unicode-width?
2 participants