-
Notifications
You must be signed in to change notification settings - Fork 23
v2.0.0 #29
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
Conversation
"adding an |
Yes. With the |
I'm not sure if we should release a new version yet, or check if downstream crates might need some additional modifications... |
All of
None of these crates have |
Cargo.toml
Outdated
authors = ["Stjepan Glavina <[email protected]>"] | ||
edition = "2018" |
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.
Maybe update authors
. We can't update edition due to the would-be-implied msrv bump
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.
I've added myself and @taiki-e to the authors
list, since the GitHub contributors tab shows that we are the main contributors to this crate.
@smol-rs/admins It looks like I don't have push permissions, so the release didn't take. Does anyone mind making the push? |
Published. Thanks for working on this! (In the future I would like to set up CI to publish the crate via tag push like my crates.) |
Changes:
portable_atomic
andloom
crates. (Add alternate implementations of synchronization primitives #27)std
feature that can be disabled to use this crate onno_std
platforms. (Make it so this crate can beno_std
#22)cache-padded
withcrossbeam-utils
. (Replace cache_padded with crossbeam-utils #26)