Skip to content

Commit

Permalink
fix: bump rust version to 1.70 after 2023-07-20
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Aug 3, 2023
1 parent 5f7383d commit de67637
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,11 @@ in [
rust = pkgs.rust-bin.stable."1.68.0".default;
};
}
# `forc-wallet` requires Rust 1.70 as of ~2023-07-20
{
condition = m: m.date >= "2023-07-20";
patch = m: {
rust = pkgs.rust-bin.stable."1.70.0".default;
};
}
]

0 comments on commit de67637

Please sign in to comment.