Skip to content
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

Use core::error for NoSuchCaseFoldingScheme #250

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Conversation

lopopolo
Copy link
Member

core::error was stabilized in Rust 1.81.0. Since #249 increased MSRV to 1.83.0, update the code to remove all dependencies on std.

Because this permits us to remove a Cargo feature, this is a breaking change, since consumers may be explicitly enabling the std feature.

Prepare for v2.0.0 release.

`core::error` was stabilized in Rust 1.81.0. Since #249 increased MSRV
to 1.83.0, update the code to remove all dependencies on `std`.

Because this permits us to remove a Cargo feature, this is a breaking
change, since consumers may be explicitly enabling the `std` feature.

Prepare for v2.0.0 release.
@lopopolo lopopolo added A-release Area: crates.io releases and version bumps. C-enhancement Category: New feature or request. A-crate-features Area: Compile-time features or attributes. labels Dec 30, 2024
@lopopolo lopopolo merged commit d028143 into trunk Dec 30, 2024
16 checks passed
@lopopolo lopopolo deleted the dev/lopopolo-core-error branch December 30, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-crate-features Area: Compile-time features or attributes. A-release Area: crates.io releases and version bumps. C-enhancement Category: New feature or request.
Development

Successfully merging this pull request may close these issues.

1 participant