fix(ci): nightly build failed due to incorrect config flag for pm_tree_adapter (#357)

Success build:
https://github.com/vacp2p/zerokit/actions/runs/20063084959
https://github.com/vacp2p/zerokit/actions/runs/20063354977
This commit is contained in:
Vinh Trịnh
2025-12-09 19:40:14 +07:00
committed by GitHub
parent 77a8d28965
commit c890bc83ad

View File

@@ -5,7 +5,7 @@ pub use utils::{Hasher, ZerokitMerkleProof, ZerokitMerkleTree};
#[cfg(not(target_arch = "wasm32"))]
pub use crate::circuit::{graph_from_folder, zkey_from_folder};
#[cfg(not(feature = "stateless"))]
#[cfg(feature = "pmtree-ft")]
pub use crate::pm_tree_adapter::{FrOf, PmTree, PmTreeProof, PmtreeConfig, PmtreeConfigBuilder};
#[cfg(not(feature = "stateless"))]
pub use crate::poseidon_tree::{MerkleProof, PoseidonTree};