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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -