-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Description
After performing a cargo update, we explicitly set the version of clap to 4.4.18 because version 4.5.0 requires version 1.74 or higher version of rust toolchain. Updating the rust toolchain version has some breaking changes. You can do this using the following command:
cargo update -p clap@4.5.0 --precise 4.4.18
See Cargo.lock
"[[package]]
name = "clap"
version = "4.4.18""
The rust toolchain version should be updated to 1.74 in a later PR.
One example of a breaking change in the newer rust version:

Related issue:
Tracking Issue for ELIDED_LIFETIMES_IN_ASSOCIATED_CONSTANT future-compat lint · Issue #115010 · rust-lang/rust (github.com)
Acceptance criteria
- rust toolchain version is updated to 1.74 or higher
- clap is updated to the latest version
- Dependencies can be updated as needed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels