rust - Unable to update registry with byteorder -
i have error when execute cargo run
. added line byteorder = "0.3.13"
cargo.toml, , here output of cargo run --verbose
:
updating registry `https://github.com/rust-lang/crates.io-index` unable update registry https://github.com/rust-lang/crates.io-index caused by: failed fetch `https://github.com/rust-lang/crates.io-index` caused by: [9] object not found - failed find pack entry (c7c0b5bc32630012be674d1cacd1487d09a2c0b5)
when remove line, ok. how fix error?
fixed ! reinstalled rust nightly multirust :)
Comments
Post a Comment