Skip to content

Commit

Permalink
Bump ckb dependencies to 0.118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Aug 28, 2024
1 parent 8554692 commit 4e740fc
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.117.0"
ckb-dao-utils = "0.117.0"
ckb-traits = "0.117.0"
ckb-jsonrpc-types = "0.117.0"
ckb-hash = "0.117.0"
ckb-resource = "0.117.0"
ckb-crypto = { version = "=0.117.0", features = ["secp"] }
ckb-script = "0.117.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"
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 = { version = "0.117.0" }
ckb-chain-spec = "0.117.0"
ckb-mock-tx-types = { version = "0.118.0-rc1" }
ckb-chain-spec = "0.118.0-rc1"

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

0 comments on commit 4e740fc

Please sign in to comment.