Skip to content

Commit

Permalink
make it compile
Browse files Browse the repository at this point in the history
Tumas committed May 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cde2b04 commit b16892a
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -328,7 +328,7 @@ itertools = '0.12.1'
jemalloc-ctl = '0.5.4'
jemallocator = '0.5.4'
jwt-simple = { version = '0.12.6', default-features = false, features = ['pure-rust'] }
kzg = { git = 'https://github.com/grandinetech/rust-kzg.git', branch = 'integration-raw' }
kzg = { git = 'https://github.com/grandinetech/rust-kzg.git', branch = 'integration-raw-2' }
lazy_static = '1.4.0'
libmdbx = { git = 'https://github.com/paradigmxyz/reth.git', package = 'reth-libmdbx', rev = '2d01f3608697eed05357fb847e25ad33ab59d702' }
libp2p = { version = '0.53', default-features = false, features = ['metrics', 'dns', 'ecdsa', 'identify', 'macros', 'noise', 'plaintext', 'secp256k1', 'serde', 'tcp', 'tokio', 'yamux', 'quic', 'upnp'] }
@@ -367,7 +367,7 @@ regex = '1.10.3'
replace_with = '0.1.7'
reqwest = { version = '0.11.24', features = ['blocking', 'json', 'native-tls-vendored'] }
rusqlite = { version = '0.30.0', features = ['bundled'] }
rust-kzg-blst = { git = 'https://github.com/grandinetech/rust-kzg.git', branch = 'integration-raw' }
rust-kzg-blst = { git = 'https://github.com/grandinetech/rust-kzg.git', branch = 'integration-raw-2' }
scrypt = '0.11.0'
semver = '1.0.21'
serde = { version = '1.0.196', features = ['derive', 'rc'] }
@@ -424,7 +424,7 @@ arithmetic = { path = 'arithmetic' }
binary_utils = { path = 'binary_utils' }
bls = { path = 'bls' }
builder_api = { path = 'builder_api' }
c-kzg = {git = 'https://github.com/ethereum/c-kzg-4844', branch = 'das' }
c-kzg = { git = 'https://github.com/ethereum/c-kzg-4844', branch = 'das' }
clock = { path = 'clock' }
database = { path = 'database' }
deposit_tree = { path = 'deposit_tree' }
2 changes: 1 addition & 1 deletion eip_7594/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ workspace = true

[dependencies]
anyhow = { workspace = true }
c-kzg = {workspace = true}
c-kzg = { workspace = true }
hashing = {workspace = true}
helper_functions = {workspace = true}
kzg_utils = { workspace = true }

0 comments on commit b16892a

Please sign in to comment.