Skip to content

Commit

Permalink
chore: patch rust v1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Aug 13, 2024
1 parent 2d0af29 commit e404eb3
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 @@ -326,4 +326,12 @@ in [
};
};
}

# `fuels-rs` requires Rust 1.79 as of v0.66.0 due to use of `path::absolute`.
{
condition = m: m.date >= "2024-08-08";
patch = m: {
rust = pkgs.rust-bin.stable."1.79.0".default;
};
}
]

0 comments on commit e404eb3

Please sign in to comment.