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

Commit 2316b60

Browse files
committed
chore: token - bump version to 3.1.0
1 parent 188c03e commit 2316b60

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

Cargo.lock

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

associated-token-account/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-bpf = []
1313

1414
[dependencies]
1515
solana-program = "1.5.6"
16-
spl-token = { version = "3.0", path = "../../token/program", features = ["no-entrypoint"] }
16+
spl-token = { version = "3.1", path = "../../token/program", features = ["no-entrypoint"] }
1717

1818
[dev-dependencies]
1919
solana-program-test = "1.5.6"

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.7.1"
1616
borsh-derive = "0.7.1"
1717
solana-program = "1.5.6"
18-
spl-token = { version = "3.0", path = "../../token/program", features = ["no-entrypoint"] }
18+
spl-token = { version = "3.1", path = "../../token/program", features = ["no-entrypoint"] }
1919

2020

2121
[dev-dependencies]

token-swap/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ num-derive = "0.3"
1919
num-traits = "0.2"
2020
solana-program = "1.5.6"
2121
spl-math = { version = "0.1", path = "../../libraries/math", features = [ "no-entrypoint" ] }
22-
spl-token = { version = "3.0", path = "../../token/program", features = [ "no-entrypoint" ] }
22+
spl-token = { version = "3.1", path = "../../token/program", features = [ "no-entrypoint" ] }
2323
thiserror = "1.0"
2424
arbitrary = { version = "0.4", features = ["derive"], optional = true }
2525

token-swap/program/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ honggfuzz = { version = "0.5.52" }
1313
arbitrary = { version = "0.4", features = ["derive"] }
1414
solana-program = "1.5.6"
1515
spl-math = { version = "0.1", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
16-
spl-token = { version = "3.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
16+
spl-token = { version = "3.1", path = "../../../token/program", features = [ "no-entrypoint" ] }
1717
spl-token-swap = { path = "..", features = ["fuzz", "no-entrypoint"] }
1818

1919
[[bin]]

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ solana-client = "1.5.6"
2020
solana-logger = "1.5.6"
2121
solana-remote-wallet = "1.5.6"
2222
solana-sdk = "1.5.6"
23-
spl-token = { version = "3.0", path="../program", features = [ "no-entrypoint" ] }
23+
spl-token = { version = "3.1", path="../program", features = [ "no-entrypoint" ] }
2424
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
2525

2626
[[bin]]

token/program/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-token"
3-
version = "3.0.1"
3+
version = "3.1.0"
44
description = "Solana Program Library Token"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)