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
❯ cargo msrv
[Meta] cargo-msrv 0.16.0-beta.14
Compatibility Check #1: Rust 1.51.0
◓ Elapsed 0s
[FAIL] Is incompatible
╭───────────────────────────────────────────────────────────────────────────────────────╮
│ warning: `rust-version` is not supported on this version of Cargo and will be ignored │
│ │
│ this Cargo does not support nightly features, but if you │
│ switch to nightly channel you can add │
│ `cargo-features = ["rust-version"]` to enable this feature │
│ Updating crates.io index │
│ error: failed to select a version for the requirement `clap = "=4.1.10"` │
│ candidate versions found which didn't match: 3.2.25, 3.2.24, 3.2.23, ... │
│ location searched: crates.io index │
│ required by package `cargo-msrv v0.16.0-beta.8 (/home/foresterre/cargo-msrv)` │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────╯
Compatibility Check #2: Rust 1.61.0
❯ cargo msrv
[Meta] cargo-msrv 0.16.0-beta.14
Compatibility Check #1: Rust 1.51.0
◓ Elapsed 0s
[FAIL] Is incompatible
╭───────────────────────────────────────────────────────────────────────────────────────╮
│ warning: `rust-version` is not supported on this version of Cargo and will be ignored │
│ │
│ this Cargo does not support nightly features, but if you │
│ switch to nightly channel you can add │
│ `cargo-features = ["rust-version"]` to enable this feature │
│ Updating crates.io index │
│ error: failed to select a version for the requirement `clap = "=4.1.10"` │
│ candidate versions found which didn't match: 3.2.25, 3.2.24, 3.2.23, ... │
│ location searched: crates.io index │
│ required by package `cargo-msrv v0.16.0-beta.8 (/home/foresterre/cargo-msrv)` │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────╯
Compatibility Check #2: Rust 1.61.0
[1] 7914 killed cargo msrv
windows:
[Meta] cargo-msrv 0.16.0-beta.14
Compatibility Check #1: Rust 1.51.0
◓ Elapsed 0s
[FAIL] Is incompatible
╭───────────────────────────────────────────────────────────────────────────────────────╮
│ warning: `rust-version` is not supported on this version of Cargo and will be ignored │
│ │
│ this Cargo does not support nightly features, but if you │
│ switch to nightly channel you can add │
│ `cargo-features = ["rust-version"]` to enable this feature │
│ Updating crates.io index │
│ error: failed to select a version for the requirement `clap = "=4.3.0"` │
│ candidate versions found which didn't match: 3.2.25, 3.2.24, 3.2.23, ... │
│ location searched: crates.io index │
│ required by package `cargo-msrv v0.16.0-beta.14 (C:\Marwen\ws\cargo-msrv)` │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────╯
Compatibility Check #2: Rust 1.61.0
memory allocation of 17448304640 bytes failed
present in:
latest git
beta.14
beta.13
beta.12
beta.10
unable to check: beta's before at least beta.7 when installed via cargo install cargo-msrv version, because of vergen lacking repo data.
Could also be windows-terminal (first printed output above is from ubuntu via windows-terminal, last one is pwsh7 via windows-terminal); I've not observed this issue before. I did recently update windows terminal. Also reproduce in cmd
This is probably the Rust compilers fault (1.70) or a dependency.
Running with --output-format json works as intended.
cargo binstall cargo-msrv cargo-msrv --version 0.16.0-beta.14 --force: works as intended
cargo install cargo-msrv --version 0.16.0-beta.14 --force --no-default-features --locked: works as intended
setting indicatif = "=0.17.3" in the manifest, and recompiling cargo install cargo-msrv --path . --force: works as intended
Issue is almost certainly caused by the upgrade from 0.17.3 to 0.17.4. Since this is a patch release, it would also fail for older beta builds, since I wasn't using --locked.
The text was updated successfully, but these errors were encountered:
windows:
present in:
unable to check: beta's before at least beta.7 when installed via cargo install cargo-msrv version, because of vergen lacking repo data.
Could also be windows-terminal (first printed output above is from ubuntu via windows-terminal, last one is pwsh7 via windows-terminal); I've not observed this issue before. I did recently update windows terminal.Also reproduce in cmdThis is probably
the Rust compilers fault (1.70)or a dependency.--output-format json
works as intended.cargo binstall cargo-msrv cargo-msrv --version 0.16.0-beta.14 --force
: works as intendedcargo install cargo-msrv --version 0.16.0-beta.14 --force --no-default-features --locked
: works as intendedindicatif = "=0.17.3"
in the manifest, and recompilingcargo install cargo-msrv --path . --force
: works as intendedIssue is almost certainly caused by the upgrade from
0.17.3
to0.17.4
. Since this is a patch release, it would also fail for older beta builds, since I wasn't using--locked
.The text was updated successfully, but these errors were encountered: