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

Commit 1b369e1

Browse files
committed
Bump spl-token-2022 version to 0.2.0
1 parent 2e96811 commit 1b369e1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -17,7 +17,7 @@ borsh = "0.9.1"
1717
num-derive = "0.3"
1818
num-traits = "0.2"
1919
solana-program = "1.9.5"
20-
spl-token = { version = "0.1", path = "../../token/program-2022", package = "spl-token-2022", features = ["no-entrypoint"] }
20+
spl-token = { version = "0.2", path = "../../token/program-2022", package = "spl-token-2022", features = ["no-entrypoint"] }
2121
thiserror = "1.0"
2222

2323
[dev-dependencies]

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ async-trait = "0.1"
1515
solana-program-test = "=1.9.5"
1616
solana-sdk = "=1.9.5"
1717
spl-associated-token-account = { version = "1.0.5", path = "../../associated-token-account/program" }
18-
spl-token-2022 = { version = "0.1", path="../program-2022", features = ["no-entrypoint"] }
18+
spl-token-2022 = { version = "0.2", path="../program-2022", features = ["no-entrypoint"] }
1919
spl-token-client = { version = "0.0.1", path = "../rust" }

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

token/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ solana-sdk = "=1.9.5"
1515
# We never want the entrypoint for ATA, but we want the entrypoint for token when
1616
# testing token
1717
spl-associated-token-account = { version = "1.0.5", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
18-
spl-token-2022 = { version = "0.1", path="../program-2022" }
18+
spl-token-2022 = { version = "0.2", path="../program-2022" }
1919
thiserror = "1.0"

0 commit comments

Comments
 (0)