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

running 'cargo update' multiple times results in continually changing versions of dependencies #2277

Closed
codyps opened this issue Jan 12, 2016 · 1 comment

Comments

@codyps
Copy link
Contributor

codyps commented Jan 12, 2016

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)
@alexcrichton
Copy link
Member

I believe this is a dupe of #2164, so closing in favor of that, but thanks for the report!

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

2 participants