Y
Hacker News
new
|
ask
|
show
|
jobs
by
coldpie
1551 days ago
I could be wrong, but try a fresh build with a clean CARGO_HOME (or maybe just a cargo update?). It seems to query a lot if you don't have a full cache.
1 comments
steveklabnik
1551 days ago
While it's true that Cargo will attempt to check on some things, you can pass flags to tell it to not bother. Specifically,
https://doc.rust-lang.org/stable/cargo/commands/cargo.html#o...
link