Install xargo if a new version is available (#6882)

automerge
This commit is contained in:
Justin Starry 2019-11-11 23:32:07 -05:00 committed by Grimes
parent d84f367317
commit c7e2057d2d
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ download() {
}
# Install or upgrade xargo
cargo +nightly install xargo -Z install-upgrade
cargo install cargo-update
cargo install-update -i xargo
xargo --version > xargo.md 2>&1
# Install Criterion