Skip to content

Commit 667023e

Browse files
authored
fix: temporarily pin crunchy (#1651)
1 parent 4c9a72b commit 667023e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,9 @@ trin-state = { path = "crates/subnetworks/state" }
114114
trin-storage = { path = "crates/storage" }
115115
trin-utils = { path = "crates/utils" }
116116
trin-validation = { path = "crates/validation" }
117+
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
122+
crunchy = "=0.2.2"

0 commit comments

Comments
 (0)