Skip to content

Consider pinning project dependencies #254

@tvpeter

Description

@tvpeter

Description

Due to the Cargo caret requirement, dependencies are always updated to their semver-compatible versions. This at times leads to breaking the build or introducing Clippy errors that are difficult to detect or time-consuming to fix.

To prevent this scenario, we should consider either strict pinning of project dependencies or using the tilde requirement, which allows patch updates only.

Additional Context

See #252, #243

Metadata

Metadata

Assignees

Labels

discussionThere's still a discussion ongoing

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions