Skip to content

Commit

Permalink
update dcspark core version to b891d87
Browse files Browse the repository at this point in the history
this fixes an error when bootstrapping in sancho
  • Loading branch information
ecioppettini committed May 20, 2024
1 parent 67b4568 commit 9731db3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ strip = true

[dependencies]
# [core]
dcspark-core = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "05ab02e00dec7c204b26ed4b774c3ecd9944d2e7" }
dcspark-blockchain-source = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "05ab02e00dec7c204b26ed4b774c3ecd9944d2e7" }
multiverse = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "05ab02e00dec7c204b26ed4b774c3ecd9944d2e7" }
dcspark-core = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "b891d8757b598db2fc8013ba76414739e8ab1678" }
dcspark-blockchain-source = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "b891d8757b598db2fc8013ba76414739e8ab1678" }
multiverse = { git = "https://github.com/dcSpark/dcspark-core.git", rev = "b891d8757b598db2fc8013ba76414739e8ab1678" }

# [local]
entity = { path = "entity" }
Expand Down

0 comments on commit 9731db3

Please sign in to comment.