mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-02 13:53:13 +00:00
fix typo in cargo.toml
This commit is contained in:
parent
5acbcf1f06
commit
6cdd8a43f1
@ -3,7 +3,7 @@ members = ["codex-plonky2-circuits","plonky2_poseidon2","proof-input","workflow"
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = { version = "1.0.89", default-features = false}
|
||||
anyhow = { version = "1.0.89"}
|
||||
unroll = { version = "0.1.5", default-features = false }
|
||||
plonky2 = { version = "1.0.0", default-features = false }
|
||||
plonky2_field = { version = "1.0.0", default-features = false }
|
||||
|
||||
@ -7,16 +7,16 @@ version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workplace = true }
|
||||
unroll = { workplace = true }
|
||||
serde = { workplace = true }
|
||||
serde_json = { workplace = true }
|
||||
plonky2 = { workplace = true }
|
||||
plonky2_field = { workplace = true }
|
||||
thiserror = { workplace = true }
|
||||
anyhow = { workspace = true }
|
||||
unroll = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
plonky2 = { workspace = true }
|
||||
plonky2_field = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
plonky2_poseidon2 = { path = "../plonky2_poseidon2" }
|
||||
itertools = { workplace = true }
|
||||
plonky2_maybe_rayon = { workplace = true }
|
||||
itertools = { workspace = true }
|
||||
plonky2_maybe_rayon = { workspace = true }
|
||||
hashbrown = "0.14.5"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user