Skip to content

Commit

Permalink
workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenciak committed Jun 6, 2024
1 parent 4d63d89 commit 2329d91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ rustyline = "14.0"
serde = "1.0"
serde_json = "1.0"
thiserror = "1.0.44"
hybrid-array = "0.2.0-rc"
lazy_static = "1.4.0"

[dependencies]
anyhow = { workspace = true }
Expand All @@ -47,7 +49,9 @@ base-x = { workspace = true }
elsa = { workspace = true, features = ["indexmap"] }
expect-test = { workspace = true }
fxhash = { workspace = true }
hybrid-array = { workspace = true }
indexmap = { workspace = true, features = ["rayon"] }
lazy_static = { workspace = true }
match_opt = { workspace = true }
nom = { workspace = true }
nom_locate = { workspace = true }
Expand All @@ -71,8 +75,6 @@ p3-maybe-rayon = { workspace = true }
p3-poseidon2 = { workspace = true }
p3-symmetric = { workspace = true }
p3-util = { workspace = true }
hybrid-array = "0.2.0-rc"
lazy_static = "1.4.0"

[dev-dependencies]
criterion = { workspace = true }
Expand Down

0 comments on commit 2329d91

Please sign in to comment.