Skip to content

Commit 56c9b12

Browse files
committed
fix: pin num-bigint-dig patch to exact commit rev
1 parent 888163e commit 56c9b12

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ repository = "https://github.com/futurekittylabs/kittynode"
1515
license = "MIT"
1616
publish = false
1717

18+
# Patch num-bigint-dig 0.8.4 -> 0.8.6 to fix future Rust compat warning (private vec! macro).
19+
# Pulled in transitively via eth2_key_derivation in lighthouse. Remove when upstream bumps it.
1820
[patch.crates-io]
19-
num-bigint-dig = { git = "https://github.com/dignifiedquire/num-bigint", tag = "v0.8.6" }
21+
num-bigint-dig = { git = "https://github.com/dignifiedquire/num-bigint", rev = "1eb690d9" }
2022

2123
# The profile that 'dist' will build with
2224
[profile.dist]

0 commit comments

Comments
 (0)