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
I get 'unable to get package from source error'
error: unable to get packages from source
Caused by: failed to parse manifest at ~/.cargo/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/Cargo.toml
~/.cargo/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/Cargo.toml
Caused by: editions are unstable
Caused by: feature edition is required
edition
consider adding cargo-features = ["edition"] to the manifest
cargo-features = ["edition"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get 'unable to get package from source error'
error: unable to get packages from source
Caused by:
failed to parse manifest at
~/.cargo/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.2.5/Cargo.toml
Caused by:
editions are unstable
Caused by:
feature
edition
is requiredconsider adding
cargo-features = ["edition"]
to the manifestThe text was updated successfully, but these errors were encountered: