Skip to content

Commit

Permalink
Add patch for rust 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Mar 14, 2024
1 parent 0777596 commit 66d2101
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,13 @@ in [
rust = pkgs.rust-bin.stable."1.74.0".default;
};
}

# `sway-core` requires Rust 1.76 as of
# c18797fd04f210d6f2f25415536685e63cbd1cc5 due to use of `std::hash::DefaultHasher`.
{
condition = m: m.date >= "2024-03-11";
patch = m: {
rust = pkgs.rust-bin.stable."1.76.0".default;
};
}
]

0 comments on commit 66d2101

Please sign in to comment.