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

crossbeam-skiplist crate does not work #898

Closed
power1628 opened this issue Aug 19, 2022 · 1 comment
Closed

crossbeam-skiplist crate does not work #898

power1628 opened this issue Aug 19, 2022 · 1 comment

Comments

@power1628
Copy link

As the document noted

Usage
Add this to your Cargo.toml:
[dependencies]
crossbeam-skiplist = "0.1"

But crossbeam-skiplist = "0.1" in Cargo.toml does not work,

error: failed to select a version for the requirement `crossbeam-skiplist = "^0.1"`
candidate versions found which didn't match: 0.0.0
@taiki-e
Copy link
Member

taiki-e commented Aug 19, 2022

The release is pending in #888. Until it is merged, you can use git dependencies.

@taiki-e taiki-e closed this as completed Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants