Skip to content

Commit

Permalink
Merge branch 'danenbm/update-metadata-parsing-2' into danenbm/asset-t…
Browse files Browse the repository at this point in the history
…ransactions
  • Loading branch information
danenbm committed Nov 29, 2023
2 parents 8ac86f6 + c7028bb commit 6ff42c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 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 das_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ schemars = "0.8.6"
schemars_derive = "0.8.6"
open-rpc-derive = { version = "0.0.4"}
open-rpc-schema = { version = "0.0.4"}
blockbuster = { git = "https://github.com/metaplex-foundation/blockbuster.git", rev = "1c6939fc4ca13a4a31db622626bdb7f15491618e" }
blockbuster = "0.9.0-beta.2"
anchor-lang = "0.28.0"
mpl-token-metadata = { version = "=2.0.0-beta.1", features = ["serde-feature"] }
mpl-candy-machine-core = { version = "2.0.1", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion digital_asset_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ solana-sdk = "~1.16.16"
num-traits = "0.2.15"
num-derive = "0.3.3"
thiserror = "1.0.31"
blockbuster = { git = "https://github.com/metaplex-foundation/blockbuster.git", rev = "1c6939fc4ca13a4a31db622626bdb7f15491618e" }
blockbuster = "0.9.0-beta.2"
jsonpath_lib = "0.3.0"
mime_guess = "2.0.4"
url = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion nft_ingester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spl-concurrent-merkle-tree = "0.2.0"
uuid = "1.0.0"
async-trait = "0.1.53"
num-traits = "0.2.15"
blockbuster = { git = "https://github.com/metaplex-foundation/blockbuster.git", rev = "1c6939fc4ca13a4a31db622626bdb7f15491618e" }
blockbuster = "0.9.0-beta.2"
figment = { version = "0.10.6", features = ["env", "toml", "yaml"] }
cadence = "0.29.0"
cadence-macros = "0.29.0"
Expand Down

0 comments on commit 6ff42c1

Please sign in to comment.