chore: pin crunchy by including it in one of the member crates (#15854)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
This commit is contained in:
kevaundray
2025-04-22 19:38:17 +01:00
committed by GitHub
parent 98ae924731
commit e911208e6f
3 changed files with 7 additions and 37 deletions

View File

@@ -43,3 +43,8 @@ serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
rayon.workspace = true
# 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"