2 releases (1 stable)
1.0.0 | Jan 27, 2021 |
---|---|
0.1.0 | Jan 27, 2021 |
#580 in Cargo plugins
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
~3.5–5MB
~91K SLoC