-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Closed as not planned
Copy link
Labels
C-bugCategory: bugCategory: bug
Description
Please complete the following tasks
- I have searched the discussions
- I have searched the open and rejected issues
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
Labels
C-bugCategory: bugCategory: bug