Rename token/rust to token/client
This commit is contained in:
parent
89aa9475ba
commit
93c8086e13
|
@ -32,7 +32,7 @@ members = [
|
|||
"token/program",
|
||||
"token/program-2022",
|
||||
"token/program-2022-test",
|
||||
"token/rust",
|
||||
"token/client",
|
||||
"utils/cgen",
|
||||
"utils/test-client",
|
||||
"token-lending/flash_loan_receiver",
|
||||
|
|
|
@ -16,4 +16,4 @@ solana-program-test = "=1.9.5"
|
|||
solana-sdk = "=1.9.5"
|
||||
spl-associated-token-account = { version = "1.0.5", path = "../../associated-token-account/program" }
|
||||
spl-token-2022 = { version = "0.2", path="../program-2022", features = ["no-entrypoint"] }
|
||||
spl-token-client = { version = "0.0.1", path = "../rust" }
|
||||
spl-token-client = { version = "0.0.1", path = "../client" }
|
||||
|
|
Loading…
Reference in New Issue