Skip to content

Commit

Permalink
fix: patch rust v1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Jan 3, 2025
1 parent 0e91606 commit 8c516a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,14 @@ in [
};
};
}

# `fuel-core` requires Rust 1.81 as of v0.40.2.
{
condition = m: m.date >= "2024-12-30";
patch = m: {
rust = pkgs.rust-bin.stable."1.81.0".default.override {
targets = ["wasm32-unknown-unknown"];
};
};
}
]

0 comments on commit 8c516a0

Please sign in to comment.