Skip to content

Commit d4ff558

Browse files
committed
Update for Auction House 1.4.0, Token Metadata 1.9.0.
1 parent 4383d2e commit d4ff558

File tree

11 files changed

+1646
-1180
lines changed

11 files changed

+1646
-1180
lines changed

cli/Cargo.lock

Lines changed: 190 additions & 207 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ env_logger = "0.10.0"
1616
hpl-reward-center = { path = "../program", features = ["no-entrypoint"] }
1717
hpl-reward-center-sdk = { path = "../sdk/reward-center" }
1818
log = "0.4.17"
19-
mpl-auction-house = { git = "https://github.com/metaplex-foundation/metaplex-program-library", features = ["cpi", "no-entrypoint"] }
19+
mpl-auction-house = { version = "1.4.0", features = ["cpi", "no-entrypoint"] }
2020
mpl-auction-house-sdk = { path = "../sdk/auction-house" }
21-
mpl-token-metadata = { version = "1.8.4", features = ["no-entrypoint"] }
21+
mpl-token-metadata = { version = "1.9.0", features = ["no-entrypoint"] }
2222
retry = "2.0.0"
2323
serde = { version = "1.0.145", features = ["derive"] }
2424
serde_json = "1.0.86"

mpl-deps/mpl_auction_house.so

-548 KB
Binary file not shown.

mpl-deps/mpl_token_metadata.so

-85.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)