Skip to content

Commit

Permalink
dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Mar 27, 2024
1 parent 3a420eb commit 1a549c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions programs/candy-guard/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 programs/candy-guard/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ arrayref = "0.3.6"
mpl-candy-guard-derive = { path = "../macro", version = "0.2.0" }
mpl-core-candy-machine-core = { path = "../../candy-machine-core/program", version = "0.1.0", features = ["cpi"] }
mpl-token-metadata = "3.2.1"
mpl-core = { version = "0.1.0" }
mpl-core = { version = "0.2.0" }
solana-program = "~1.16.5"
spl-associated-token-account = { version = ">= 1.1.3, < 3.0", features = ["no-entrypoint"] }
spl-token = { version = ">= 3.5.0, < 5.0", features = ["no-entrypoint"] }
Expand Down
4 changes: 2 additions & 2 deletions programs/candy-machine-core/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 programs/candy-machine-core/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anchor-lang = "0.28.0"
arrayref = "0.3.6"
mpl-token-metadata = "3.2.1"
mpl-utils = { version = "0.3", default-features = false }
mpl-core = { version = "0.1.0" }
mpl-core = { version = "0.2.0" }
solana-program = "~1.16.5"
spl-associated-token-account = { version = ">= 1.1.3, < 3.0", features = ["no-entrypoint"] }
spl-token = { version = ">= 3.5.0, < 5.0", features = ["no-entrypoint"] }

0 comments on commit 1a549c1

Please sign in to comment.