install xargo from git temporarily
This commit is contained in:
parent
a71ebf9066
commit
874437d717
1 changed files with 2 additions and 1 deletions
|
|
@ -249,7 +249,8 @@ fn setup(ask_user: bool) {
|
|||
println!("Installing xargo: `cargo install xargo -f`");
|
||||
}
|
||||
|
||||
if !cargo().args(&["install", "xargo", "-f"]).status()
|
||||
// FIXME: Install from crates.io again once a new xargo got released.
|
||||
if !cargo().args(&["install", "xargo", "-f", "--git", "https://github.com/japaric/xargo"]).status()
|
||||
.expect("failed to install xargo")
|
||||
.success()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue