Pārlūkot izejas kodu

spl: Only allow spl-token version above 1.1 (#2546)

Han Yang 2 gadi atpakaļ
vecāks
revīzija
8bdc1b18ea
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      spl/Cargo.toml

+ 1 - 1
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 }