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
When pulling out a project's source to build it independent of its workspace, it should pull along the resolver field but isn't.
resolver
note: cargo originally didn't do this but was later updated to do this (rust-lang/cargo#10911, rust-lang/cargo#10961).
note that this will only affect things if the lockfile needs to be generated.
maturin --version
0.14.17
python -V
Python 3.10.6
pip -V
pip 22.0.2
bin
cargo build
/
typos-1.14.7/rust_src/typos-cli/Cargo.toml
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Description
When pulling out a project's source to build it independent of its workspace, it should pull along the
resolver
field but isn't.note: cargo originally didn't do this but was later updated to do this (rust-lang/cargo#10911, rust-lang/cargo#10961).
note that this will only affect things if the lockfile needs to be generated.
Your maturin version (
maturin --version
)0.14.17
Your Python version (
python -V
)Python 3.10.6
Your pip version (
pip -V
)pip 22.0.2
What bindings you're using
bin
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
resolver
set intypos-1.14.7/rust_src/typos-cli/Cargo.toml
resolver
is set in https://github.com/crate-ci/typos/blob/master/Cargo.toml#L6The text was updated successfully, but these errors were encountered: