You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm Installing cargo-binstall(latest: v1.10.22) in windows 10 with rust(x86_64-pc-windows-msvc - 1.84.1) using cargo install cargo-binstall.
I got this error while compiling packages:
Compiling binstalk-downloader v0.13.11
error[E0560]: struct `NameServerConfig` has no field named `tls_config`
--> C:\Users\MyPC\.cargo\registry\src\index.crates.io-6f17d22bba15001f\binstalk-downloader-0.13.11\src\remote\resolver.rs:54:17
54 | tls_config: None,
| ^^^^^^^^^^ `NameServerConfig` does not have this field
|
= note: all struct fields are already assigned
For more information about this error, try `rustc --explain E0560`.
error: could not compile `binstalk-downloader` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
nstallBDrHrX`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
The text was updated successfully, but these errors were encountered:
I'm Installing cargo-binstall(latest: v1.10.22) in windows 10 with rust(x86_64-pc-windows-msvc - 1.84.1) using
cargo install cargo-binstall
.I got this error while compiling packages:
The text was updated successfully, but these errors were encountered: