Rename erc20 to token-program
Everything it uses already had that name, just the crate was never renamed.
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user