Skip to content

Commit a92ea33

Browse files
authored
chore: pin crunchy to 0.2.2 for Win compatibility (#1670)
Need the patch for all the sub-dependencies
1 parent 9870e99 commit a92ea33

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,16 @@ trin-storage = { path = "crates/storage" }
115115
trin-utils = { path = "crates/utils" }
116116
trin-validation = { path = "crates/validation" }
117117

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

124-
# todo: remove this when our other dependencies update to getrandom 0.3 as it is a breaking change
125120
[patch.crates-io]
121+
# TODO: remove this when our other dependencies update to getrandom 0.3 as it is a breaking change
126122
tempfile = { git = "https://github.com/Stebalien/tempfile", tag = "v3.15.0" }
123+
# TODO: remove this when our other dependencies update to getrandom 0.3 as it is a breaking change
127124
uuid = { git = "https://github.com/uuid-rs/uuid", tag = "1.12.1" }
125+
126+
# TODO: When we build for a windows target on an ubuntu runner, crunchy tries to
127+
# get the wrong path, update this when the workflow has been updated
128+
#
129+
# See: https://github.com/eira-fransham/crunchy/issues/13
130+
crunchy = { git = "https://github.com/eira-fransham/crunchy", rev = "1bf90cf2d0a8cfcb2c5592275a23ab028dff6468" }

0 commit comments

Comments
 (0)