diener
diener copied to clipboard
Add support for checking current state without changing anything
This could be in the form of a new check command or based on update with a new --dry-run flag.
The goal is to be able to check whether a project is up to date without having to touch the .lock file.
The goal is to be able to check whether a project is up to date without having to touch the .lock file.
Up to date in what sense?
To check if diener would modify any Cargo.toml
In what context do you need this?
Ensuring in the release process (CI) that the diener run was not omiited and was run with the right args.