We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I presume this is caused by some versioning requirements that (for some reason) aren't resolved stably.
cody@two /home/cody/C/coattail % cargo update Updating registry `https://github.com/rust-lang/crates.io-index` Adding byteorder v0.3.13 Adding libc v0.2.4 Adding syntex v0.26.0 Adding syntex_syntax v0.25.0 cody@two /home/cody/C/coattail % cargo update Updating registry `https://github.com/rust-lang/crates.io-index` Adding byteorder v0.3.13 Adding libc v0.1.12 Adding syntex v0.25.0 Adding syntex_syntax v0.25.0 cody@two /home/cody/C/coattail % cargo update Updating registry `https://github.com/rust-lang/crates.io-index` Adding byteorder v0.3.13 Adding libc v0.1.12 Adding syntex v0.26.0 Adding syntex_syntax v0.26.0 cody@two /home/cody/C/coattail % cargo update Updating registry `https://github.com/rust-lang/crates.io-index` Adding byteorder v0.4.2 Adding libc v0.1.12 Adding syntex v0.26.0 Adding syntex_syntax v0.25.0 cody@two /home/cody/C/coattail % cargo -V cargo 0.6.0-nightly (e1ed995 2015-10-22)
The text was updated successfully, but these errors were encountered:
I believe this is a dupe of #2164, so closing in favor of that, but thanks for the report!
Sorry, something went wrong.
No branches or pull requests
I presume this is caused by some versioning requirements that (for some reason) aren't resolved stably.
The text was updated successfully, but these errors were encountered: