Skip to content

Commit 874437d

Browse files
committed
install xargo from git temporarily
1 parent a71ebf9 commit 874437d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/cargo-miri.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ fn setup(ask_user: bool) {
249249
println!("Installing xargo: `cargo install xargo -f`");
250250
}
251251

252-
if !cargo().args(&["install", "xargo", "-f"]).status()
252+
// FIXME: Install from crates.io again once a new xargo got released.
253+
if !cargo().args(&["install", "xargo", "-f", "--git", "https://github.com/japaric/xargo"]).status()
253254
.expect("failed to install xargo")
254255
.success()
255256
{

0 commit comments

Comments
 (0)