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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -