Skip to content

Commit

Permalink
🔖 Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 2, 2024
1 parent 3168731 commit d956247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions crates/bolt-lang/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pub use world;
pub use world::program::World;
pub use world::Entity;

pub use ephemeral_rollups_sdk::cpi::{delegate_account, undelegate_account};
pub use ephemeral_rollups_sdk::ephem::{commit_and_undelegate_accounts};
pub use ephemeral_rollups_sdk::anchor::{DelegationProgram, MagicProgram};
pub use ephemeral_rollups_sdk::consts::{MAGIC_PROGRAM_ID, MAGIC_CONTEXT_ID};
pub use ephemeral_rollups_sdk::consts::{MAGIC_CONTEXT_ID, MAGIC_PROGRAM_ID};
pub use ephemeral_rollups_sdk::cpi::{delegate_account, undelegate_account};
pub use ephemeral_rollups_sdk::ephem::commit_and_undelegate_accounts;

pub use serde;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ pub struct ComponentFn1JzzEdyb55fsyduWS94mYHizGhJZuhvjX6DVvrmGbQ {
}

pub use ComponentFn1JzzEdyb55fsyduWS94mYHizGhJZuhvjX6DVvrmGbQ as Position;

0 comments on commit d956247

Please sign in to comment.