Skip to content

Commit 39a524f

Browse files
committed
Auto merge of #890 - RalfJung:xargo, r=RalfJung
go back to released xargo (the experiment is done) The experiment in rust-lang/rust#63162 was successful, now we have to wait for a new xargo release.
2 parents a2fb260 + cc8d995 commit 39a524f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/cargo-miri.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ fn setup(ask_user: bool) {
250250
println!("Installing xargo: `cargo install xargo -f`");
251251
}
252252

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

0 commit comments

Comments
 (0)