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

Commit 81f5012

Browse files
authored
token: Bump version to 3.3.0 (#2765)
1 parent 3eccf25 commit 81f5012

File tree

16 files changed

+43
-43
lines changed

16 files changed

+43
-43
lines changed

Cargo.lock

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

binary-oracle-pair/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-bpf = []
1414
num-derive = "0.3"
1515
num-traits = "0.2"
1616
solana-program = "1.9.2"
17-
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
17+
spl-token = { version = "3.3", path = "../../token/program", features = [ "no-entrypoint" ] }
1818
thiserror = "1.0"
1919
uint = "0.9"
2020
borsh = "0.9.1"

feature-proposal/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test-bpf = []
1515
borsh = "0.9"
1616
borsh-derive = "0.9.0"
1717
solana-program = "1.9.2"
18-
spl-token = { version = "3.2", path = "../../token/program", features = ["no-entrypoint"] }
18+
spl-token = { version = "3.3", path = "../../token/program", features = ["no-entrypoint"] }
1919

2020
[dev-dependencies]
2121
solana-program-test = "1.9.2"

governance/chat/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ num-traits = "0.2"
2020
serde = "1.0.127"
2121
serde_derive = "1.0.103"
2222
solana-program = "1.9.2"
23-
spl-token = { version = "3.2", path = "../../../token/program", features = [ "no-entrypoint" ] }
23+
spl-token = { version = "3.3", path = "../../../token/program", features = [ "no-entrypoint" ] }
2424
spl-governance= { version = "2.1.3", path ="../../program", features = [ "no-entrypoint" ]}
2525
spl-governance-tools= { version = "0.1.0", path ="../../tools"}
2626
thiserror = "1.0"

governance/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ num-traits = "0.2"
2020
serde = "1.0.130"
2121
serde_derive = "1.0.103"
2222
solana-program = "1.9.2"
23-
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
23+
spl-token = { version = "3.3", path = "../../token/program", features = [ "no-entrypoint" ] }
2424
spl-governance-tools= { version = "0.1.0", path ="../tools"}
2525
thiserror = "1.0"
2626

governance/test-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ serde_derive = "1.0.103"
1818
solana-program = "1.9.2"
1919
solana-program-test = "1.9.2"
2020
solana-sdk = "1.9.2"
21-
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
21+
spl-token = { version = "3.3", path = "../../token/program", features = [ "no-entrypoint" ] }
2222
thiserror = "1.0"

governance/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ num-traits = "0.2"
1616
serde = "1.0.127"
1717
serde_derive = "1.0.103"
1818
solana-program = "1.9.2"
19-
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
19+
spl-token = { version = "3.3", path = "../../token/program", features = [ "no-entrypoint" ] }
2020
thiserror = "1.0"

governance/voter-weight-addin/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ num-traits = "0.2"
2020
serde = "1.0.127"
2121
serde_derive = "1.0.103"
2222
solana-program = "1.9.2"
23-
spl-token = { version = "3.2", path = "../../../token/program", features = [ "no-entrypoint" ] }
23+
spl-token = { version = "3.3", path = "../../../token/program", features = [ "no-entrypoint" ] }
2424
spl-governance= { version = "2.1.2", path ="../../program", features = [ "no-entrypoint" ]}
2525
spl-governance-tools= { version = "0.1.0", path ="../../tools"}
2626
thiserror = "1.0"

stake-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ solana-remote-wallet = "=1.9.2"
2525
solana-sdk = "=1.9.2"
2626
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
2727
spl-stake-pool = { version = "0.6", path="../program", features = [ "no-entrypoint" ] }
28-
spl-token = { version = "3.2", path="../../token/program", features = [ "no-entrypoint" ] }
28+
spl-token = { version = "3.3", path="../../token/program", features = [ "no-entrypoint" ] }
2929
bs58 = "0.4.0"
3030
bincode = "1.3.1"
3131

stake-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = "1.0.130"
2121
serde_derive = "1.0.103"
2222
solana-program = "1.9.2"
2323
spl-math = { version = "0.1", path = "../../libraries/math", features = [ "no-entrypoint" ] }
24-
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
24+
spl-token = { version = "3.3", path = "../../token/program", features = [ "no-entrypoint" ] }
2525
thiserror = "1.0"
2626
bincode = "1.3.1"
2727

0 commit comments

Comments
 (0)