Skip to content

Commit

Permalink
Update MSRV resolver configuration variables
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Aug 9, 2024
1 parent 21c5228 commit c18d190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1748,8 +1748,8 @@ impl CargoCommandBuilder<'_> {

if self.msrv_resolver {
cmd.env(
"CARGO_RESOLVER_SOMETHING_LIKE_PRECEDENCE",
"something-like-rust-version",
"CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS",
"fallback",
);
cmd.arg("-Zmsrv-policy");
}
Expand Down

0 comments on commit c18d190

Please sign in to comment.