Browse Source

fix: use correct feature name

pull/3/head
Georgios Konstantopoulos 1 year ago
committed by GitHub
parent
commit
35ce5a909e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lib.rs

+ 1
- 1
src/lib.rs

@ -7,7 +7,7 @@ pub use witness::WitnessCalculator;
pub mod circom;
pub use circom::{CircomBuilder, CircomCircuit, CircomConfig, CircomReduction};
#[cfg(feature = "full")]
#[cfg(feature = "ethereum")]
pub mod ethereum;
mod zkey;

Loading…
Cancel
Save