Skip to content

Commit

Permalink
avoid breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Nov 13, 2024
1 parent 57550ef commit d5a1c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fuels-programs/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ mod regular;
pub use regular::*;

mod loader;
// reexported to avoid doing a breaking change
pub use crate::assembly::contract_call::loader_contract_asm;
pub use loader::*;

fn compute_contract_id_and_state_root(
Expand Down

0 comments on commit d5a1c66

Please sign in to comment.