Skip to content

Commit

Permalink
bump spl-associated-token-account version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-E committed Oct 28, 2022
1 parent 45518c1 commit b73b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/auction-house/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = []
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }
spl-token = { version = "3.2", features = ["no-entrypoint"] }
spl-associated-token-account = {version = "~1.0.3", features = ["no-entrypoint"]}
spl-associated-token-account = {version = "1.1.1", features = ["no-entrypoint"]}
metaplex-token-metadata = { version = "0.0.1", features = ["no-entrypoint"] }
thiserror = "1.0"
arrayref = "0.3.6"

0 comments on commit b73b60e

Please sign in to comment.