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

Commit 62b5ba8

Browse files
authored
bump: Bump everything up for new token cli (#6507)
1 parent fe1ac9a commit 62b5ba8

File tree

23 files changed

+76
-76
lines changed

23 files changed

+76
-76
lines changed

Cargo.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

associated-token-account/program-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ test-sbf = []
1414
solana-program = ">=1.18.2,<=2"
1515
solana-program-test = ">=1.18.2,<=2"
1616
solana-sdk = ">=1.18.2,<=2"
17-
spl-associated-token-account = { version = "2", path = "../program", features = ["no-entrypoint"] }
17+
spl-associated-token-account = { version = "3.0", path = "../program", features = ["no-entrypoint"] }
1818
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
19-
spl-token-2022 = { version = "2.0", path = "../../token/program-2022", features = ["no-entrypoint"] }
19+
spl-token-2022 = { version = "3.0", path = "../../token/program-2022", features = ["no-entrypoint"] }

associated-token-account/program/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-associated-token-account"
3-
version = "2.3.1"
3+
version = "3.0.0"
44
description = "Solana Program Library Associated Token Account"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"
@@ -20,7 +20,7 @@ solana-program = ">=1.18.2,<=2"
2020
spl-token = { version = "4.0", path = "../../token/program", features = [
2121
"no-entrypoint",
2222
] }
23-
spl-token-2022 = { version = "2.0", path = "../../token/program-2022", features = [
23+
spl-token-2022 = { version = "3.0", path = "../../token/program-2022", features = [
2424
"no-entrypoint",
2525
] }
2626
thiserror = "1.0"

libraries/pod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-pod"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Solana Program Library Plain Old Data (Pod)"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

managed-token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test = []
2525
borsh = "1.2.1"
2626
shank = "^0.4.2"
2727
solana-program = ">=1.18.2,<=2"
28-
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [
28+
spl-associated-token-account = { version = "3.0", path = "../../associated-token-account/program", features = [
2929
"no-entrypoint",
3030
] }
3131
spl-token = { version = "4.0", path = "../../token/program", features = [

single-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spl-token = { version = "4.0", path = "../../token/program", features = [
3131
"no-entrypoint",
3232
] }
3333
spl-token-client = { version = "0.8", path = "../../token/client" }
34-
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [
34+
spl-associated-token-account = { version = "3.0", path = "../../associated-token-account/program", features = [
3535
"no-entrypoint",
3636
] }
3737
spl-single-pool = { version = "1.0.0", path = "../program", features = [

single-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ solana-security-txt = "1.1.1"
2222
spl-token = { version = "4.0", path = "../../token/program", features = [
2323
"no-entrypoint",
2424
] }
25-
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [
25+
spl-associated-token-account = { version = "3.0", path = "../../associated-token-account/program", features = [
2626
"no-entrypoint",
2727
] }
2828
thiserror = "1.0"

stake-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-logger = ">=1.18.2,<=2"
2323
solana-program = ">=1.18.2,<=2"
2424
solana-remote-wallet = ">=1.18.2,<=2"
2525
solana-sdk = ">=1.18.2,<=2"
26-
spl-associated-token-account = { version = "=2.3", path = "../../associated-token-account/program", features = [
26+
spl-associated-token-account = { version = "=3.0", path = "../../associated-token-account/program", features = [
2727
"no-entrypoint",
2828
] }
2929
spl-stake-pool = { version = "=1.0.0", path = "../program", features = [

0 commit comments

Comments
 (0)