Skip to content

Commit

Permalink
Rename token/rust to token/client
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Feb 12, 2022
1 parent 89aa947 commit 93c8086
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 93c8086

Please sign in to comment.