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: Omit patch versions from Cargo.toml files (#1504)
There's no need for us to specify patch versions in Cargo.toml files,
since we commit our Cargo.lock file. These versions mean that dependency
changes touch unnecessary files, requiring "shotgun surgery" for routine
dependency bumps (and also triggering CI workflows for these subcrates).
Let's omit patch versions from Cargo.toml.
This change adds a `check-all` workflow that runs a faster `check --workspace`
when `Cargo.lock` changes.
Signed-off-by: Oliver Gould <ver@buoyant.io>
0 commit comments