Closed 0xsouravm closed 3 months ago
User @0xsouravm, please sign the CLA here.
@ggwpez ill let you merge :)
/tip small
This pull request has been mentioned on Polkadot Forum. There might be relevant details there:
https://forum.polkadot.network/t/sponsorship-for-sub0-thailand-2024/10093/26
This PR introduces a new --check flag to the CLI tool, enabling users to verify if their project's dependencies are up-to-date with the specified versions without making any changes to the Cargo.toml file.
Key Features:
Dependency Verification: With the --check flag, users can now verify the versions of all dependencies listed in Cargo.toml against the specified versions.
Non-Intrusive: This feature reads and checks the versions without modifying the Cargo.toml file, making it a safe operation for continuous integration checks or pre-commit hooks.