Skip to content

Commit

Permalink
remove metal feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Sep 3, 2024
1 parent e2bd10b commit 627f9e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion ledger/cryptarchia-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
# TODO: we only need types definition from this crate
cryptarchia-engine = { path = "../../consensus/cryptarchia-engine" }
cl = { path = "../../cl/cl" }
risc0-zkvm = { version = "1.0", features = ["prove", "metal"], optional = true }
risc0-zkvm = { version = "1.0", optional = true }
leader_proof_statements = { path = "../../proof_of_leadership/proof_statements" }
nomos_pol_risc0_proofs = { path = "../../proof_of_leadership/risc0/risc0_proofs", optional = true }
nomos_pol_prover = { path = "../../proof_of_leadership/risc0/prover", optional = true }
Expand Down
11 changes: 0 additions & 11 deletions ledger/cryptarchia-ledger/src/error.rs

This file was deleted.

0 comments on commit 627f9e5

Please sign in to comment.