rust/cargo-miri
Camelid e9b8693aaa Don't force-install xargo
Previously miri used `cargo install xargo -f` which shouldn't be
necessary anymore since `cargo install` will now upgrade without `-f`.

The only reason I can see to use `-f` is from the cargo docs:

> This is also useful if something has changed on the system that you
> want to rebuild with, such as a newer version of `rustc`.

See the [discussion on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/why.20does.20miri.20require.20xargo/near/214351239).
2020-10-23 11:48:34 -07:00
..
bin.rs Don't force-install xargo 2020-10-23 11:48:34 -07:00
build.rs make cargo-miri a separate crate in a workspace 2020-05-28 08:53:44 +02:00
Cargo.lock update for major version bumps 2020-09-18 12:17:09 +02:00
Cargo.toml update for major version bumps 2020-09-18 12:17:09 +02:00