upgrade-0.2.2 has been yanked.
Visit the last successful build:
upgrade-2.0.1
Upgrade
Read this in other languages: English, 简体中文.
Welcome to submit PR!
Description
A Rust crate to upgrade your program easily.
Usage
Add this to your Cargo.toml:
[]
= "~0.2"
Example
Using the Builder mode:
use Builder;
A shortcut:
use upgrade;