mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-18 15:10:26 +00:00
rename utils to ore-utils
This commit is contained in:
@@ -16,10 +16,10 @@ const-crypto.workspace = true
|
||||
drillx.workspace = true
|
||||
mpl-token-metadata.workspace = true
|
||||
num_enum.workspace = true
|
||||
ore-utils.workspace = true
|
||||
shank.workspace = true
|
||||
solana-program.workspace = true
|
||||
spl-token.workspace = true
|
||||
spl-associated-token-account.workspace = true
|
||||
static_assertions.workspace = true
|
||||
thiserror.workspace = true
|
||||
utils.workspace = true
|
||||
@@ -5,7 +5,7 @@ pub mod instruction;
|
||||
pub mod loaders;
|
||||
pub mod state;
|
||||
|
||||
pub(crate) use utils;
|
||||
pub(crate) use ore_utils as utils;
|
||||
|
||||
use solana_program::declare_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user