Skip to content

Can't add as dependency on both stable and nightly cargo #13

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

Closed
causal-agent opened this issue Mar 5, 2016 · 2 comments
Closed

Can't add as dependency on both stable and nightly cargo #13

causal-agent opened this issue Mar 5, 2016 · 2 comments

Comments

@causal-agent
Copy link

Specifying 2.0.0 works on stable, resolving to 2.0.0-pre7, but not on nightly, which says it doesn't match any versions.

Specifying 2.0.0-pre7 works on nightly, but stable fails to even parse the Cargo.toml.

Doesn't look like there's been any changes since 2.0.0-pre7. Could 2.0.0 just be released?

@whitequark
Copy link
Owner

Specifying 2.0.0 works on stable

Yep. This was a bug in Cargo. See rust-lang/cargo#2222.

I'll release 2.0.0.

@whitequark
Copy link
Owner

Released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@whitequark @causal-agent and others