cargo-up 0.0.2

Upgrade your dependencies by automatically fixing your code
Documentation

cargo-up

Upgrade your dependencies by automatically fixing your code

Dont be afraid to upgrade

Installation

cargo install cargo-up --features cli --no-default-features

Workflow

Assuming we have a project with the following Cargo.toml

[dependencies]
foo = "0.8.2"

We can use the upgrade workflow in our project as shown below:

+----------------------+        +--------------------------------+
|                      |        |                                |
|  foo@2.0.0 released  |        | Run all foo_up from old to new |
|                      |        |                                |
+----------+-----------+        +----------------+---------------+
           |                                     ^
           |                                     |
           |                                     |
           |                                     |
           v                                     |
  +--------+---------+            +--------------+-------------+
  |                  |            |                            |
  |   cargo up foo   +----------->+ Download all foo_up@>0.8.2 |
  |                  |            |                            |
  +------------------+            +----------------------------+

Contributors

Here is a list of Contributors

TODO

I accept pull requests

License

MIT/X11

Bug Reports

Report here.

Contact

Pavan Kumar Sunkara (pavan.sss1991@gmail.com)

Follow me on github, twitter