Skip to content

Commit

Permalink
Bump spl-token (#3418)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Aug 3, 2022
1 parent 22faa05 commit e0ff9ad
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stake-pool/cli/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ solana-remote-wallet = "=1.10.33"
solana-sdk = "=1.10.33"
spl-associated-token-account = { version = "=1.0.5", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
spl-stake-pool = { version = "=0.6.4", path="../program", features = [ "no-entrypoint" ] }
spl-token = { version = "=3.3.0", path="../../token/program", features = [ "no-entrypoint" ] }
spl-token = { version = "=3.3.1", path="../../token/program", features = [ "no-entrypoint" ] }
bs58 = "0.4.0"
bincode = "1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spl-token"
version = "3.3.0"
version = "3.3.1"
description = "Solana Program Library Token"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down

0 comments on commit e0ff9ad

Please sign in to comment.