Boot token_program from the SDK
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -2259,6 +2259,7 @@ dependencies = [
|
||||
"solana-metrics 0.12.0",
|
||||
"solana-sdk 0.12.0",
|
||||
"solana-system-program 0.12.0",
|
||||
"solana-token-api 0.12.0",
|
||||
"solana-vote-api 0.12.0",
|
||||
]
|
||||
|
||||
@@ -2305,6 +2306,16 @@ dependencies = [
|
||||
"solana-sdk 0.12.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "solana-token-api"
|
||||
version = "0.12.0"
|
||||
dependencies = [
|
||||
"bincode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"solana-sdk 0.12.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "solana-token-program"
|
||||
version = "0.12.0"
|
||||
|
Reference in New Issue
Block a user