mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
install xargo from git temporarily
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user