Skip to content

Commit

Permalink
Merge pull request #56 from worldcoin/fix-dylib-import
Browse files Browse the repository at this point in the history
fix missing import
  • Loading branch information
lukejmann authored Oct 24, 2023
2 parents 404c2a5 + 3a1a8bd commit 62a3b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn build_circuit(depth: usize) -> Result<()> {
#[cfg(feature = "dylib")]
fn build_dylib(depth: usize) -> Result<()> {
use color_eyre::eyre::eyre;
use enumset::enum_set;
use enumset::{enum_set, EnumSet};
use std::{env, str::FromStr};
use wasmer::{Module, Store, Target, Triple};
use wasmer_compiler_cranelift::Cranelift;
Expand Down

0 comments on commit 62a3b3b

Please sign in to comment.