cargo memo

This commit is contained in:
Hardhat Chad
2024-07-09 21:41:41 +00:00
parent 0b6aa3c24e
commit afbbff34de
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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