Skip to content

Commit

Permalink
feat: upgrade CML to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Jan 31, 2024
1 parent 142c72d commit 64f6459
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 37 deletions.
54 changes: 29 additions & 25 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ tasks = { path = "tasks" }
# [indexer]
anyhow = { version = "1.0.69" }
async-trait = { version = "0.1.64" }
cml-chain = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-core = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-crypto = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-multi-era = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-chain = { version = "5.0.0" }
cml-core = { version = "5.0.0" }
cml-crypto = { version = "5.0.0" }
cml-multi-era = { version = "5.0.0" }
clap = { version = "3.1", features = ["derive"] }
ctrlc = { version = "3.2.4", features = ["termination"] }
dotenv = { version = "0.15.0" }
Expand Down
8 changes: 4 additions & 4 deletions indexer/reparse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ entity = { path = "../entity" }

# [reparse]
anyhow = { version = "1.0.69" }
cml-chain = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-core = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-crypto = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-multi-era = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-chain = { version = "5.0.0" }
cml-core = { version = "5.0.0" }
cml-crypto = { version = "5.0.0" }
cml-multi-era = { version = "5.0.0" }
dotenv = { version = "0.15.0" }
futures = { version = "0.3.21" }
hex = { version = "0.4.0" }
Expand Down
8 changes: 4 additions & 4 deletions indexer/tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ entity = { path = "../entity" }

# [tasks]
anyhow = { version = "1.0.69" }
cml-chain = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-core = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-crypto = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-multi-era = { git = "https://github.com/dcSpark/cardano-multiplatform-lib", rev = "2227ab6e6a0ca157c94edca250ecb2eb0f7d08b5" }
cml-chain = { version = "5.0.0" }
cml-core = { version = "5.0.0" }
cml-crypto = { version = "5.0.0" }
cml-multi-era = { version = "5.0.0" }
cardano-projected-nft = { git = "https://github.com/dcSpark/projected-nft-whirlpool.git", rev = "13f81e8666743fefd14c5e1affb1cd828d8c473b" }
cfg-if = { version = "1.0.0" }
cryptoxide = { version = "0.4.2" }
Expand Down

0 comments on commit 64f6459

Please sign in to comment.