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

Make const_fn crate optional dependency #611

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Dec 9, 2020

This dependency is only actually used for the nightly feature.

@taiki-e
Copy link
Member Author

taiki-e commented Dec 9, 2020

bors r+

bors bot added a commit that referenced this pull request Dec 9, 2020
611: Make const_fn crate optional dependency r=taiki-e a=taiki-e

This dependency is only actually used for the nightly feature.

Co-authored-by: Taiki Endo <te316e89@gmail.com>
@taiki-e
Copy link
Member Author

taiki-e commented Dec 9, 2020

@bors
Copy link
Contributor

bors bot commented Dec 9, 2020

Canceled.

@taiki-e
Copy link
Member Author

taiki-e commented Dec 9, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 9, 2020

Build succeeded:

@bors bors bot merged commit e35eb97 into crossbeam-rs:master Dec 9, 2020
@taiki-e taiki-e deleted the epoch-const_fn branch December 9, 2020 14:02
bors bot added a commit that referenced this pull request Feb 20, 2021
659: Prepare for the next release r=taiki-e a=taiki-e

It's been over two months since the previous release. There are some improvements and deprecations in the master branch, and it would be nice to release them. Also, there is no breaking change that needs a major version bump.

Changes:

- crossbeam-epoch 0.9.1 -> 0.9.2
  - Add `Atomic::compare_exchange` and `Atomic::compare_exchange_weak`. (#628)
  - Deprecate `Atomic::compare_and_set` and `Atomic::compare_and_set_weak`. (#628)
  - Make `const_fn` dependency optional. (#611)
  - Add unstable support for `loom`. (#487)
- crossbeam-utils 0.8.1 -> 0.8.2
  - Deprecate `AtomicCell::compare_and_swap`. (#619)
  - Add `Parker::park_deadline`. (#563)
  - Improve implementation of `CachePadded`. (#636)
  - Add unstable support for `loom`. (#487)


Co-authored-by: Taiki Endo <te316e89@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant