Skip to content

Commit

Permalink
Bump ckb dependencies to 0.118.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Sep 5, 2024
1 parent e2334be commit 2ee7a22
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ lru = "0.7.1"
dashmap = "5.4"
dyn-clone = "1.0"

ckb-types = "0.118.0-rc1"
ckb-dao-utils = "0.118.0-rc1"
ckb-traits = "0.118.0-rc1"
ckb-jsonrpc-types = "0.118.0-rc1"
ckb-hash = "0.118.0-rc1"
ckb-resource = "0.118.0-rc1"
ckb-crypto = { version = "=0.118.0-rc1", features = ["secp"] }
ckb-script = "0.118.0-rc1"
ckb-types = "0.118.0-rc2"
ckb-dao-utils = "0.118.0-rc2"
ckb-traits = "0.118.0-rc2"
ckb-jsonrpc-types = "0.118.0-rc2"
ckb-hash = "0.118.0-rc2"
ckb-resource = "0.118.0-rc2"
ckb-crypto = { version = "=0.118.0-rc2", features = ["secp"] }
ckb-script = "0.118.0-rc2"
bitflags = "1.3.2"
sha3 = "0.10.1"
enum-repr-derive = "0.2.0"

# for feature test
rand = { version = "0.7.3", optional = true }
ckb-mock-tx-types = { git="https://github.com/nervosnetwork/ckb-standalone-debugger", branch = "develop" }
ckb-chain-spec = "0.118.0-rc1"
ckb-mock-tx-types = { version = "0.118.0-rc2" }
ckb-chain-spec = "0.118.0-rc2"

sparse-merkle-tree = "0.6.1"
lazy_static = "1.3.0"
Expand Down

0 comments on commit 2ee7a22

Please sign in to comment.