Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion testing/ef-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ tracing.workspace = true
# 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"
crunchy = "=0.2.4"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Retain the crunchy cross-build workaround pin

When producing the Windows GNU release on Ubuntu, this upgrade removes the deliberately documented 0.2.2 workaround even though the workflow has not been changed: .github/workflows/build-release-binaries.yml:28-30 still selects x86_64-pc-windows-gnu on ubuntu-24.04, and lines 56-57 invoke that cross-build. Because crunchy is also pulled transitively by packages such as tiny-keccak and uint, changing this workspace-wide exact pin to the version that takes the wrong host path can break the Windows release build; keep 0.2.2 until the workflow workaround described immediately above this line is implemented.

Useful? React with 👍 / 👎.

Loading