Skip to content

Commit

Permalink
Reorder deps
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed Oct 21, 2024
1 parent f374720 commit 2cc20f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions poly-commit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ ark-poly = {version = "^0.4.0", default-features = false }
ark-crypto-primitives = {version = "^0.4.0", default-features = false, features = ["sponge", "merkle_tree"] }
ark-std = { version = "^0.4.0", default-features = false }

derivative = { version = "2", features = [ "use_core" ] }
digest = "0.10"

ark-relations = { version = "^0.4.0", default-features = false, optional = true }
ark-r1cs-std = { version = "^0.4.0", default-features = false, optional = true }
hashbrown = { version = "0.13", default-features = false, optional = true}

digest = "0.10"
derivative = { version = "2", features = [ "use_core" ] }
hashbrown = { version = "0.13", default-features = false, optional = true}
rayon = { version = "1", optional = true }

[[bench]]
Expand Down

0 comments on commit 2cc20f7

Please sign in to comment.