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

View File

@ -1,7 +1,7 @@
[package]
name = "solana-erc20"
name = "solana-token-program"
version = "0.12.0"
description = "Solana reference erc20 program"
description = "Solana token program implementing the ERC20 interface"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
@ -17,6 +17,6 @@ solana-logger = { path = "../../../logger", version = "0.12.0" }
solana-sdk = { path = "../../../sdk", version = "0.12.0" }
[lib]
name = "solana_erc20"
name = "solana_token_program"
crate-type = ["cdylib"]