Skip to content

Commit

Permalink
Use Rust 1.73.0 from 2023-11-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne authored Dec 4, 2023
1 parent 6992c9a commit 577e946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ in [
};
}

# `fuel-tx` requires Rust 1.73 as of ~2023-11-24 due to use of `div_ceil`.
# `fuel-tx` requires Rust 1.73 as of ~2023-11-15 due to use of `div_ceil`.
{
condition = m: m.date >= "2023-11-24";
condition = m: m.date >= "2023-11-15";
patch = m: {
rust = pkgs.rust-bin.stable."1.73.0".default;
};
Expand Down

0 comments on commit 577e946

Please sign in to comment.