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

Commit 73673b6

Browse files
Bump ATA to v1.1.3 (#4073)
1 parent c131e3c commit 73673b6

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-associated-token-account"
3-
version = "1.1.2"
3+
version = "1.1.3"
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"

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.14.12"
2323
solana-program = "=1.14.12"
2424
solana-remote-wallet = "=1.14.12"
2525
solana-sdk = "=1.14.12"
26-
spl-associated-token-account = { version = "=1.1.2", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
26+
spl-associated-token-account = { version = "=1.1.3", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
2727
spl-stake-pool = { version = "=0.7.0", path="../program", features = [ "no-entrypoint" ] }
2828
spl-token = { version = "=3.5.0", path="../../token/program", features = [ "no-entrypoint" ] }
2929
bs58 = "0.4.0"

0 commit comments

Comments
 (0)