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

Commit 979fdc8

Browse files
author
Tyera
authored
Bump ATA to v1.1.2 (#3855)
1 parent 30f6056 commit 979fdc8

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.1"
3+
version = "1.1.2"
44
description = "Solana Program Library Associated Token Account"
55
authors = ["Solana 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.6"
2323
solana-program = "=1.14.6"
2424
solana-remote-wallet = "=1.14.6"
2525
solana-sdk = "=1.14.6"
26-
spl-associated-token-account = { version = "=1.1.1", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
26+
spl-associated-token-account = { version = "=1.1.2", 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)