Skip to content

Commit

Permalink
fix: bump rust to 1.70 from 07-01
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Aug 3, 2023
1 parent 60329d0 commit f5432da
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 14 deletions.
42 changes: 30 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,10 @@ in [
rust = pkgs.rust-bin.stable."1.68.0".default;
};
}
# `forc-wallet` requires Rust 1.70 as of ~2023-07-20

# `forc` requires Rust 1.70 as of ~2023-07-01
{
condition = m: m.date >= "2023-07-20";
condition = m: m.date >= "2023-07-01";
patch = m: {
rust = pkgs.rust-bin.stable."1.70.0".default;
};
Expand Down

0 comments on commit f5432da

Please sign in to comment.