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
failures: ---- cargo_all_features_flag stdout ---- thread 'cargo_all_features_flag' panicked at tests/find_msrv.rs:339:68: called `Result::unwrap()` on an `Err` value: UnableToFindAnyGoodVersion { command: "cargo check --all-features --target x86_64-unknown-linux-gnu" } note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- cargo_features_option stdout ---- thread 'cargo_features_option' panicked at tests/find_msrv.rs:306:68: called `Result::unwrap()` on an `Err` value: UnableToFindAnyGoodVersion { command: "cargo check --features required_feature --target x86_64-unknown-linux-gnu" } ---- cargo_no_default_features_flag stdout ---- thread 'cargo_no_default_features_flag' panicked at tests/find_msrv.rs:372:68: called `Result::unwrap()` on an `Err` value: UnableToFindAnyGoodVersion { command: "cargo check --no-default-features --target x86_64-unknown-linux-gnu" } failures: cargo_all_features_flag cargo_features_option cargo_no_default_features_flag test result: FAILED. 23 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 189.22s
pipeline: https://github.com/foresterre/cargo-msrv/actions/runs/12098680621/job/33758675881?pr=1072
The text was updated successfully, but these errors were encountered:
Skip --features --no-default-features and --all-features tests #1081
42f215d
This may be related, although would have expected an error already before:
partition_packages
Sorry, something went wrong.
No branches or pull requests
pipeline: https://github.com/foresterre/cargo-msrv/actions/runs/12098680621/job/33758675881?pr=1072
The text was updated successfully, but these errors were encountered: