cargo-up 0.0.4

Upgrade your dependencies by automatically fixing your code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test:
	cargo insta test --review -j 1 --features cli

clap:
	cargo run --features cli up --manifest-path ../../up_test/Cargo.toml \
	dep clap \
	--name clap_up --to-version 3.0.0-beta.1 --lib-path . \
	--path ../../../clap-rs/clap/clap_up \

run:
	cargo run --features cli up --manifest-path ../fixtures/_run/on/Cargo.toml \
	dep upgradee \
	--name upgrader --to-version 0.3.0 --lib-path . \
	--path ../fixtures/upgrader \