Skip to content

Commit

Permalink
chore: pin crunchy to 0.2.2 for Win compatibility (ethereum#1670)
Browse files Browse the repository at this point in the history
Need the patch for all the sub-dependencies
  • Loading branch information
carver authored Feb 7, 2025
1 parent 9870e99 commit a92ea33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,16 @@ trin-storage = { path = "crates/storage" }
trin-utils = { path = "crates/utils" }
trin-validation = { path = "crates/validation" }

# TODO: When we build for a windows target on an ubuntu runner, crunchy tries to
# get the wrong path, update this when the workflow has been updated
#
# See: https://github.com/eira-fransham/crunchy/issues/13
crunchy = "=0.2.2"

# todo: remove this when our other dependencies update to getrandom 0.3 as it is a breaking change
[patch.crates-io]
# TODO: remove this when our other dependencies update to getrandom 0.3 as it is a breaking change
tempfile = { git = "https://github.com/Stebalien/tempfile", tag = "v3.15.0" }
# TODO: remove this when our other dependencies update to getrandom 0.3 as it is a breaking change
uuid = { git = "https://github.com/uuid-rs/uuid", tag = "1.12.1" }

# TODO: When we build for a windows target on an ubuntu runner, crunchy tries to
# get the wrong path, update this when the workflow has been updated
#
# See: https://github.com/eira-fransham/crunchy/issues/13
crunchy = { git = "https://github.com/eira-fransham/crunchy", rev = "1bf90cf2d0a8cfcb2c5592275a23ab028dff6468" }

0 comments on commit a92ea33

Please sign in to comment.