-
Notifications
You must be signed in to change notification settings - Fork 114
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 portable_atomic
instead of atomic-polyfill
#251
Conversation
Cargo.toml
Outdated
|
||
# Enables semver-exempt APIs of this crate. | ||
# At the moment, this feature is unused. | ||
unstable = [] | ||
|
||
# Only for backwards compatibility. | ||
atomic-polyfill = ["critical-section"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s keep this, it’s not a burden to support a feature alias, and this might prevent someone’s build from breaking
CI failure is legitimate |
Looking good now, thanks! Could you also bump version in Cargo.toml to 1.19.0 and add the corresponding changlelog.md entry? That way, the new version would be released as soon as the PR is merged! |
bors r+ Thanks! |
Hm, bors ping |
Ok, apparently the public instance of borsh.tech shut down, while the merge queue isn't available for individual repositories yet? Merging manually! |
Fix #250