Bump spl-token to v3.1.1 (backport #17951) (#17957)

* Bump spl-token to v3.1.1 (#17951)

(cherry picked from commit b7de369992)

# Conflicts:
#	Cargo.lock
#	account-decoder/Cargo.toml
#	accounts-cluster-bench/Cargo.toml
#	programs/bpf/Cargo.lock
#	rpc/Cargo.toml
#	tokens/Cargo.toml

* Fix conflicts

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
mergify[bot]
2021-06-15 07:54:09 +00:00
committed by GitHub
parent b524e0a1a7
commit ff8f78199d
8 changed files with 149 additions and 241 deletions

View File

@@ -25,7 +25,7 @@ solana-runtime = { path = "../runtime", version = "=1.6.12" }
solana-sdk = { path = "../sdk", version = "=1.6.12" }
solana-transaction-status = { path = "../transaction-status", version = "=1.6.12" }
solana-version = { path = "../version", version = "=1.6.12" }
spl-token-v2-0 = { package = "spl-token", version = "=3.1.0", features = ["no-entrypoint"] }
spl-token-v2-0 = { package = "spl-token", version = "=3.1.1", features = ["no-entrypoint"] }
[dev-dependencies]
solana-local-cluster = { path = "../local-cluster", version = "=1.6.12" }