Initial release of crossbeam-skiplist
Now that all the TODOs in #635 have been resolved, I think we can release the initial version. There are still some open issues in #635, but I don't think they are blockers of the 0.1 release.
(There are some breaking changes in the master branch, but skiplist is not affected.)
Closes #635
r? @crossbeam-rs/admins
(Any objections to this?)
Hi, is this PR ready?
yeah, this is ready to review, as PR is not marked as a draft.
is there anything holding it back from having the 0.0.1 release now, or is it just waiting on a core contributor to approve it?
bors r=Amanieu
Build succeeded:
Published https://crates.io/crates/crossbeam-skiplist/0.1.0
yay its done awesome!
now that 0.0.1 is out, what are some things that might be good to look at for upgrades/fixes in the skiplist crate?