fix: use correct feature name
This commit is contained in:
parent
746d2329e9
commit
35ce5a909e
|
@ -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…
Reference in New Issue