Skip to content

Commit

Permalink
fix: bump MSRV to 1.73 from 2023-11-29 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne authored Nov 30, 2023
1 parent 12a4489 commit 3e1b60f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,12 @@ in [
rust = pkgs.rust-bin.stable."1.70.0".default;
};
}

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

0 comments on commit 3e1b60f

Please sign in to comment.