mgul
mgul

Reputation: 742

Unable to update registry with byteorder

I have an error when I execute cargo run. I added the line byteorder = "0.3.13" to my Cargo.toml, and here is the output of cargo run --verbose:

Updating registry `https://github.com/rust-lang/crates.io-index`
Unable to update registry https://github.com/rust-lang/crates.io-index

Caused by:
failed to fetch `https://github.com/rust-lang/crates.io-index`

Caused by:
[9] Object not found - failed to find pack entry (c7c0b5bc32630012be674d1cacd1487d09a2c0b5)

When I remove the line, everything is ok. How do I fix this error?

Upvotes: 1

Views: 300

Answers (1)

mgul
mgul

Reputation: 742

Fixed ! I just reinstalled rust nightly with multirust :)

Upvotes: 1

Related Questions