From fda7573e39e95be11efa07bf23d4fca6dd1aa3c6 Mon Sep 17 00:00:00 2001 From: kirill lykov Date: Fri, 5 Aug 2022 15:23:53 +0200 Subject: [PATCH] fix version of spl-token to prevent conflict (#26947) --- ledger/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index cb0e6aa3c..dfc87eae6 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -51,7 +51,7 @@ solana-storage-bigtable = { path = "../storage-bigtable", version = "=1.11.6" } solana-storage-proto = { path = "../storage-proto", version = "=1.11.6" } solana-transaction-status = { path = "../transaction-status", version = "=1.11.6" } solana-vote-program = { path = "../programs/vote", version = "=1.11.6" } -spl-token = { version = "=3.3.1", features = ["no-entrypoint"] } +spl-token = { version = "=3.5.0", features = ["no-entrypoint"] } spl-token-2022 = { version = "=0.4.2", features = ["no-entrypoint"] } static_assertions = "1.1.0" tempfile = "3.3.0"