Skip to content

Commit

Permalink
Publish spl-token v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 9b11cb5 commit 2454528
Show file tree
Hide file tree
Showing 30 changed files with 72 additions and 72 deletions.
86 changes: 43 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion associated-token-account/program-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
spl-associated-token-account = { version = "5.0.1", path = "../program", features = ["no-entrypoint"] }
spl-associated-token-account-client = { version = "2.0.0", path = "../client" }
spl-token = { version = "6.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token = { version = "7.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
2 changes: 1 addition & 1 deletion associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.1.0"
spl-associated-token-account-client = { version = "2.0.0", path = "../client" }
spl-token = { version = "6.0", path = "../../token/program", features = [
spl-token = { version = "7.0", path = "../../token/program", features = [
"no-entrypoint",
] }
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [
Expand Down
2 changes: 1 addition & 1 deletion binary-option/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test-sbf = []
[dependencies]
solana-program = "2.1.0"
thiserror = "1.0"
spl-token = { version = "6.0", path = "../../token/program", features = [
spl-token = { version = "7.0", path = "../../token/program", features = [
"no-entrypoint",
] }
arrayref = "0.3.9"
Expand Down
2 changes: 1 addition & 1 deletion binary-oracle-pair/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-sbf = []
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.1.0"
spl-token = { version = "6.0", path = "../../token/program", features = [
spl-token = { version = "7.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/transfer-tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-sbf = []

[dependencies]
solana-program = "2.1.0"
spl-token = { version = "6.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
spl-token = { version = "7.0", path = "../../../token/program", features = [ "no-entrypoint" ] }

[dev-dependencies]
solana-program-test = "2.1.0"
Expand Down
Loading

0 comments on commit 2454528

Please sign in to comment.