From afbbff34de4b9a15cbd9bdcb81c903443d4ded92 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Tue, 9 Jul 2024 21:41:41 +0000 Subject: [PATCH] cargo memo --- Cargo.toml | 2 +- api/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17b1bb6..6525ce4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/api/Cargo.toml b/api/Cargo.toml index cc90bb1..bc1e66b 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -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