mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: temporarily pin crunchy (#13938)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2255,9 +2255,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crunchy"
|
name = "crunchy"
|
||||||
version = "0.2.3"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crypto-bigint"
|
name = "crypto-bigint"
|
||||||
|
|||||||
@ -612,6 +612,10 @@ tikv-jemallocator = "0.6"
|
|||||||
tracy-client = "0.17.3"
|
tracy-client = "0.17.3"
|
||||||
snmalloc-rs = { version = "0.3.7", features = ["build_cc"] }
|
snmalloc-rs = { version = "0.3.7", features = ["build_cc"] }
|
||||||
|
|
||||||
|
# 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
|
||||||
|
crunchy = "=0.2.2"
|
||||||
|
|
||||||
# [patch.crates-io]
|
# [patch.crates-io]
|
||||||
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "5492e40" }
|
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "5492e40" }
|
||||||
# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "5492e40" }
|
# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "5492e40" }
|
||||||
|
|||||||
Reference in New Issue
Block a user