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

Commit 13a279c

Browse files
Bump spl-token to v2 (#352)
1 parent 68660c8 commit 13a279c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ solana-cli-config = { version = "1.3.4" }
1717
solana-client = { version = "1.3.4" }
1818
solana-logger = { version = "1.3.4" }
1919
solana-sdk = { version = "1.3.4" }
20-
spl-token = { version = "1.0", path="../program" }
20+
spl-token = { version = "2.0", path="../program" }
2121

2222
[[bin]]
2323
name = "spl-token"

token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "spl-token"
6-
version = "1.1.0"
6+
version = "2.0.0"
77
description = "Solana Program Library Token"
88
authors = ["Solana Maintainers <[email protected]>"]
99
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)