Skip to content

Commit

Permalink
fix: put back re-export of HookEnv in sp1-sdk (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqn authored Aug 26, 2024
1 parent 5c23254 commit 394eec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use std::env;

pub use provers::{CpuProver, MockProver, Prover};

pub use sp1_core_executor::{ExecutionReport, SP1Context, SP1ContextBuilder};
pub use sp1_core_executor::{ExecutionReport, HookEnv, SP1Context, SP1ContextBuilder};
pub use sp1_core_machine::{io::SP1Stdin, riscv::cost::CostEstimator, SP1_CIRCUIT_VERSION};
pub use sp1_prover::{
CoreSC, HashableKey, InnerSC, OuterSC, PlonkBn254Proof, SP1Prover, SP1ProvingKey,
Expand Down

0 comments on commit 394eec8

Please sign in to comment.