mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
cargo memo
This commit is contained in:
@@ -23,7 +23,7 @@ ore-api = { path = "api", version = "2.0.0-alpha" }
|
||||
ore-utils = { path = "utils", version = "2.0.0-alpha", features = ["spl"] }
|
||||
shank = "0.3.0"
|
||||
solana-program = "=1.18.17"
|
||||
spl-memo = { veresion = "=4.0.0", features = ["no-entrypoint"] }
|
||||
spl-memo = { version = "=4.0.0", features = ["no-entrypoint"] }
|
||||
spl-token = { version = "=4.0.0", features = ["no-entrypoint"] }
|
||||
spl-associated-token-account = { version = "^2.3", features = [ "no-entrypoint" ] }
|
||||
static_assertions = "1.1.0"
|
||||
|
||||
@@ -19,6 +19,7 @@ num_enum.workspace = true
|
||||
ore-utils.workspace = true
|
||||
shank.workspace = true
|
||||
solana-program.workspace = true
|
||||
spl-memo.workspace = true
|
||||
spl-token.workspace = true
|
||||
spl-associated-token-account.workspace = true
|
||||
static_assertions.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user