Skip to content

Commit

Permalink
bump rich-indexer version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Mar 14, 2024
1 parent a9f7609 commit e05e703
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ckb-tx-pool = { path = "../tx-pool", version = "= 0.115.0-pre" }
ckb-memory-tracker = { path = "../util/memory-tracker", version = "= 0.115.0-pre" }
ckb-pow = { path = "../pow", version = "= 0.115.0-pre" }
ckb-indexer = { path = "../util/indexer", version = "= 0.115.0-pre" }
ckb-indexer-sync = { path = "../util/indexer-sync", version = "= 0.114.0-pre" }
ckb-rich-indexer = { path = "../util/rich-indexer", version = "= 0.114.0-pre" }
ckb-indexer-sync = { path = "../util/indexer-sync", version = "= 0.115.0-pre" }
ckb-rich-indexer = { path = "../util/rich-indexer", version = "= 0.115.0-pre" }
ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.115.0-pre" }
itertools.workspace = true
tokio = "1"
Expand Down
2 changes: 1 addition & 1 deletion util/indexer-sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-indexer-sync"
version = "0.114.0-pre"
version = "0.115.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion util/indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ckb-jsonrpc-types = { path = "../jsonrpc-types", version = "= 0.115.0-pre" }
ckb-app-config = { path = "../app-config", version = "= 0.115.0-pre" }
ckb-notify = { path = "../../notify", version = "= 0.115.0-pre" }
ckb-async-runtime = { path = "../runtime", version = "= 0.115.0-pre" }
ckb-indexer-sync = { path = "../indexer-sync", version = "= 0.114.0-pre" }
ckb-indexer-sync = { path = "../indexer-sync", version = "= 0.115.0-pre" }
rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy"], default-features = false }
memchr = "2.7"

Expand Down
4 changes: 2 additions & 2 deletions util/rich-indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-rich-indexer"
version = "0.114.0-pre"
version = "0.115.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2021"
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/nervosnetwork/ckb"
anyhow = "1.0.34"
ckb-app-config = { path = "../app-config", version = "= 0.115.0-pre" }
ckb-async-runtime = { path = "../runtime", version = "= 0.115.0-pre" }
ckb-indexer-sync = { path = "../indexer-sync", version = "= 0.114.0-pre" }
ckb-indexer-sync = { path = "../indexer-sync", version = "= 0.115.0-pre" }
ckb-jsonrpc-types = { path = "../jsonrpc-types", version = "= 0.115.0-pre" }
ckb-notify = { path = "../../notify", version = "= 0.115.0-pre" }
ckb-types = { path = "../types", version = "= 0.115.0-pre" }
Expand Down

0 comments on commit e05e703

Please sign in to comment.