-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop "nightly" feature in favor of stabilized core::error::Error for …
…ParseError when building for no_std The nightly error_in_core feature was stabilized in rust version 1.81.0, so we can now remove the use of our custom "nightly" feature as a crutch to signal its availability. We instead use it unconditionally when std feature is unavailable and bump the crate's MSRV to 1.81.0. Note that this could be an undesireable MSRV bump for folks consuming this crate, particularly for those who aren't building without std. As such, I'm keeping this on the 0.8.0-dev branch only and not adding this to the 0.7 branch.
- Loading branch information
Showing
4 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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