Skip to content

Commit 9a4b685

Browse files
authored
fix(l1): remove unused dep c-kzg from ethrex-common crate (#4758)
**Motivation** The dep is not being used in the `ethrex-common` crate. <!-- Why does this pull request exist? What are its goals? --> **Description** * Remove `c-kzg` dep from `ethrex-common` crate <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
1 parent 95297b8 commit 9a4b685

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Cargo.lock

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

crates/common/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ serde.workspace = true
1919
serde_json.workspace = true
2020
thiserror.workspace = true
2121
sha2.workspace = true
22-
# TODO(#1102): Move to Lambdaworks in the future
23-
c-kzg = { version = "2.1.1", optional = true }
2422
kzg-rs.workspace = true
2523
sha3.workspace = true
2624
secp256k1.workspace = true
@@ -39,7 +37,7 @@ hex-literal.workspace = true
3937

4038
[features]
4139
default = []
42-
c-kzg = ["dep:c-kzg", "ethrex-crypto/c-kzg"]
40+
c-kzg = ["ethrex-crypto/c-kzg"]
4341

4442
[lib]
4543
path = "./common.rs"

crates/l2/prover/src/guest_program/src/risc0/Cargo.lock

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

0 commit comments

Comments
 (0)