cargo-up 0.1.0

Upgrade your dependencies by automatically fixing your code
cargo-up-0.1.0 is not a library.
Visit the last successful build: cargo-up-0.0.6

cargo-up

Upgrade your dependencies by automatically fixing your code

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