Skip to content

The latest update enforces 1.7.9 rust version, breaking build pipelines. #5087

@rikkigouda

Description

@rikkigouda

Please complete the following tasks

Rust Version

1.69 (Dockerfile)

Clap Version

latest

Minimal reproducible code

Our pipelines have started breaking down due to the following error. After investigating, we found that clap crate has been updated enforcing newer rust version we do not use.

 #12 147.0 error: package `clap v4.4.0` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.69.0

Steps to reproduce the bug with the above code

Run cargo build against an existing rust project using 1.69 rust version.

Actual Behaviour

The build pipelines fail despite the fact that we have introduced no change.

Expected Behaviour

Build must stay green for projects relying on older rust versions (compatiblity).

Additional Context

We do not have clap in our toml file.

Debug Output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions