Rename erc20 to token-program

Everything it uses already had that name, just the crate was never
renamed.
This commit is contained in:
Greg Fitzgerald
2019-03-01 09:06:21 -07:00
parent 7c4473e0aa
commit c53c351759
6 changed files with 17 additions and 17 deletions

24
Cargo.lock generated
View File

@@ -2072,18 +2072,6 @@ dependencies = [
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "solana-erc20"
version = "0.12.0"
dependencies = [
"bincode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 0.12.0",
"solana-sdk 0.12.0",
]
[[package]]
name = "solana-failure"
version = "0.12.0"
@@ -2323,6 +2311,18 @@ dependencies = [
"solana-sdk 0.12.0",
]
[[package]]
name = "solana-token-program"
version = "0.12.0"
dependencies = [
"bincode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 0.12.0",
"solana-sdk 0.12.0",
]
[[package]]
name = "solana-upload-perf"
version = "0.12.0"