Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 93c8086

Browse files
committed
Rename token/rust to token/client
1 parent 89aa947 commit 93c8086

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ members = [
3232
"token/program",
3333
"token/program-2022",
3434
"token/program-2022-test",
35-
"token/rust",
35+
"token/client",
3636
"utils/cgen",
3737
"utils/test-client",
3838
"token-lending/flash_loan_receiver",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ solana-program-test = "=1.9.5"
1616
solana-sdk = "=1.9.5"
1717
spl-associated-token-account = { version = "1.0.5", path = "../../associated-token-account/program" }
1818
spl-token-2022 = { version = "0.2", path="../program-2022", features = ["no-entrypoint"] }
19-
spl-token-client = { version = "0.0.1", path = "../rust" }
19+
spl-token-client = { version = "0.0.1", path = "../client" }

0 commit comments

Comments
 (0)