From 1cc5b202712e7f30323013b5e207c9957895f2f0 Mon Sep 17 00:00:00 2001 From: billythedummy Date: Mon, 26 Jun 2023 12:55:28 +0800 Subject: [PATCH] update spl-token version req --- spl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spl/Cargo.toml b/spl/Cargo.toml index e369848938..10d82843ed 100644 --- a/spl/Cargo.toml +++ b/spl/Cargo.toml @@ -26,6 +26,6 @@ borsh = { version = ">=0.9, <0.11", optional = true } mpl-token-metadata = { version = "1.11", optional = true, features = ["no-entrypoint"] } serum_dex = { git = "https://github.com/openbook-dex/program/", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"], optional = true } solana-program = ">=1.14, <1.17" -spl-associated-token-account = { version = "1", features = ["no-entrypoint"], optional = true } +spl-associated-token-account = { version = "^1.1", features = ["no-entrypoint"], optional = true } spl-token = { version = "3.5", features = ["no-entrypoint"], optional = true } spl-token-2022 = { version = "0.6", features = ["no-entrypoint"], optional = true }