2 releases (1 stable)
1.0.0 | Jan 27, 2021 |
---|---|
0.1.0 | Jan 27, 2021 |
#2960 in #cli
10KB
178 lines
cargo-update-dep
Command line interface to upgrade a Rust specific dependency to a specific version in Cargo.toml
and Cargo.lock
files.
Usage
To update the package lazy_static
from version 1.3.0
to version 1.4.0
:
cargo update-dep -p lazy_static -v 1.3.0 -n 1.4.0
Installation
cargo install cargo-update-dep
Dependencies
~4–6.5MB
~112K SLoC