whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
154 stars 30 forks source link

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

Closed causal-agent closed 8 years ago

causal-agent commented 8 years ago

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 commented 8 years ago

Specifying 2.0.0 works on stable

Yep. This was a bug in Cargo. See https://github.com/rust-lang/cargo/issues/2222.

I'll release 2.0.0.

whitequark commented 8 years ago

Released