nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
283 stars 20 forks source link

Update Cargo.toml #211

Closed Dylan-DPC closed 1 year ago

Dylan-DPC commented 1 year ago

Mentioning "0" would mean cargo would pick the latest dependency which is versioned "0.*" which would include versions incompatible with the one that this crate was written with and may break your create.

nickgerace commented 1 year ago

Thanks for the PR! While I usually recommend using the --locked flag with cargo install or using another package manager, I agree that dependencies can be scoped more tightly.