Skip to content

Commit

Permalink
Upgrade ckb dependencies to v0.114.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <[email protected]>
  • Loading branch information
eval-exec committed Mar 1, 2024
1 parent 7d29af3 commit e4c5f27
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.114.0-rc3"
ckb-dao-utils = "0.114.0-rc3"
ckb-traits = "0.114.0-rc3"
ckb-jsonrpc-types = "0.114.0-rc3"
ckb-hash = "0.114.0-rc3"
ckb-resource = "0.114.0-rc3"
ckb-crypto = { version = "=0.114.0-rc3", features = ["secp"] }
ckb-script = "0.114.0-rc3"
ckb-types = "0.114.0"
ckb-dao-utils = "0.114.0"
ckb-traits = "0.114.0"
ckb-jsonrpc-types = "0.114.0"
ckb-hash = "0.114.0"
ckb-resource = "0.114.0"
ckb-crypto = { version = "=0.114.0", features = ["secp"] }
ckb-script = "0.114.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 = { git="https://github.com/eval-exec/ckb-standalone-debugger", branch="exec/bump-0.114.0" }
ckb-chain-spec = "0.114.0-rc3"
ckb-mock-tx-types = "0.114.0"
ckb-chain-spec = "0.114.0"

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

0 comments on commit e4c5f27

Please sign in to comment.