Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/afo/fflonk' into afo/fflonk
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Dec 9, 2024
2 parents 0c494df + 47a5525 commit 0eb7676
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#![feature(allocator_api)]
#![allow(dead_code)] // todo: remove after setup is generated
#![allow(unused_imports)] // todo: remove after setup is generated

//! Tool to generate different types of keys used by the proving system.
//!
Expand Down
3 changes: 3 additions & 0 deletions prover/crates/lib/keystore/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#![feature(allocator_api)]
#![feature(generic_const_exprs)]
#![allow(incomplete_features)]
#![allow(unused_imports)] //todo: remove after setup is generated

#[allow(incomplete_features)]
use serde::{Deserialize, Serialize};
#[cfg(feature = "gpu")]
use shivini::cs::GpuSetup;
Expand Down

0 comments on commit 0eb7676

Please sign in to comment.