Remove skip-no-mangle entirely (#12696)

This commit is contained in:
Jack May
2020-10-07 09:13:48 -07:00
committed by GitHub
parent 7b18f4c5fc
commit 41ad3dd8f0
5 changed files with 4 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ solana-transaction-status = { path = "../transaction-status", version = "1.4.0"
solana-version = { path = "../version", version = "1.4.0" }
solana-vote-program = { path = "../programs/vote", version = "1.4.0" }
solana-vote-signer = { path = "../vote-signer", version = "1.4.0" }
spl-token-v2-0 = { package = "spl-token", version = "2.0.6", features = ["skip-no-mangle"] }
spl-token-v2-0 = { package = "spl-token", version = "=2.0.6", features = ["skip-no-mangle"] }
tempfile = "3.1.0"
thiserror = "1.0"
tokio = { version = "0.2.22", features = ["full"] }