Skip to content

Commit

Permalink
Upgrade ckb dependencies to 0.118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Sep 18, 2024
1 parent 9e78657 commit 777e79c
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-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"
ckb-types = "0.118.0"
ckb-dao-utils = "0.118.0"
ckb-traits = "0.118.0"
ckb-jsonrpc-types = "0.118.0"
ckb-hash = "0.118.0"
ckb-resource = "0.118.0"
ckb-crypto = { version = "=0.118.0", features = ["secp"] }
ckb-script = "0.118.0"
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.118.0-rc2" }
ckb-chain-spec = "0.118.0-rc2"
ckb-mock-tx-types = { version = "0.118.0" }
ckb-chain-spec = "0.118.0"

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

0 comments on commit 777e79c

Please sign in to comment.