We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D:\Rust\conrod-master>cargo build error: unable to get packages from source
Caused by: failed to download replaced source registry https://github.com/rust-lang/crates.io-index
https://github.com/rust-lang/crates.io-index
Caused by: failed to parse manifest at D:\Rust\.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\stb_truetype-0.2.5\Cargo.toml
D:\Rust\.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\stb_truetype-0.2.5\Cargo.toml
Caused by: editions are unstable
Caused by: feature edition is required
edition
this Cargo does not support nightly features, but if you switch to nightly channel you can add cargo-features = ["edition"] to enable this feature
cargo-features = ["edition"]
The text was updated successfully, but these errors were encountered:
试试不用 USTC 镜像源吧,我以前用那个出各种问题。
DON'T USE USTC MIRRORS!!
Sorry, something went wrong.
@lghlevel0 thanks for the issue!
It looks like we might be running into rust-windowing/winit#743.
Can you post the output of cargo --version and rustc --version?
cargo --version
rustc --version
Have you tried running rustup update?
rustup update
Closing due to no reply from issue reporter.
No branches or pull requests
D:\Rust\conrod-master>cargo build
error: unable to get packages from source
Caused by:
failed to download replaced source registry
https://github.com/rust-lang/crates.io-index
Caused by:
failed to parse manifest at
D:\Rust\.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\stb_truetype-0.2.5\Cargo.toml
Caused by:
editions are unstable
Caused by:
feature
edition
is requiredthis Cargo does not support nightly features, but if you
switch to nightly channel you can add
cargo-features = ["edition"]
to enable this featureThe text was updated successfully, but these errors were encountered: