Browse Source

remove spl-token dep. from token22 cargo

Valentin Madrid 2 years ago
parent
commit
6c86c2b53b

+ 0 - 1
tokens/token-2022/default-account-state/native/program/Cargo.toml

@@ -7,7 +7,6 @@ edition = "2021"
 borsh = "0.9.3"
 borsh-derive = "0.9.1"
 solana-program = "1.10.26"
-spl-token = { version="3.3.0", features = [ "no-entrypoint" ] }
 spl-associated-token-account = { version="1.0.5", features = [ "no-entrypoint" ] }
 spl-token-2022 = {version = "0.6.1", features = [ "no-entrypoint" ] }
 

+ 0 - 1
tokens/token-2022/mint-close-authority/native/program/Cargo.toml

@@ -7,7 +7,6 @@ edition = "2021"
 borsh = "0.9.3"
 borsh-derive = "0.9.1"
 solana-program = "1.10.26"
-spl-token = { version="3.3.0", features = [ "no-entrypoint" ] }
 spl-associated-token-account = { version="1.0.5", features = [ "no-entrypoint" ] }
 spl-token-2022 = {version = "0.6.1", features = [ "no-entrypoint" ] }
 

+ 0 - 1
tokens/token-2022/multiple-extensions/native/program/Cargo.toml

@@ -7,7 +7,6 @@ edition = "2021"
 borsh = "0.9.3"
 borsh-derive = "0.9.1"
 solana-program = "1.10.26"
-spl-token = { version="3.3.0", features = [ "no-entrypoint" ] }
 spl-associated-token-account = { version="1.0.5", features = [ "no-entrypoint" ] }
 spl-token-2022 = {version = "0.6.1", features = [ "no-entrypoint" ] }
 

+ 0 - 1
tokens/token-2022/non-transferable/native/program/Cargo.toml

@@ -7,7 +7,6 @@ edition = "2021"
 borsh = "0.9.3"
 borsh-derive = "0.9.1"
 solana-program = "1.10.26"
-spl-token = { version="3.3.0", features = [ "no-entrypoint" ] }
 spl-associated-token-account = { version="1.0.5", features = [ "no-entrypoint" ] }
 spl-token-2022 = {version = "0.6.1", features = [ "no-entrypoint" ] }
 

+ 0 - 1
tokens/token-2022/transfer-fees/native/program/Cargo.toml

@@ -7,7 +7,6 @@ edition = "2021"
 borsh = "0.9.3"
 borsh-derive = "0.9.1"
 solana-program = "1.10.26"
-spl-token = { version="3.3.0", features = [ "no-entrypoint" ] }
 spl-associated-token-account = { version="1.0.5", features = [ "no-entrypoint" ] }
 spl-token-2022 = {version = "0.6.1", features = [ "no-entrypoint" ] }