paritytech / psvm

Polkadot SDK Version Manager
Other
40 stars 6 forks source link

Added --check flag for checking dependencies version without actually updating the Cargo.toml file. #21

Closed 0xsouravm closed 3 months ago

0xsouravm commented 3 months ago

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:

  1. Dependency Verification: With the --check flag, users can now verify the versions of all dependencies listed in Cargo.toml against the specified versions.

  2. 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.

cla-bot-2021[bot] commented 3 months ago

User @0xsouravm, please sign the CLA here.

shawntabrizi commented 3 months ago

@ggwpez ill let you merge :)

shawntabrizi commented 3 months ago

/tip small

Polkadot-Forum commented 1 month ago

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