From a96d7665bbb1c890005b025d839dd0de5176a9d6 Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Thu, 5 Sep 2024 14:39:30 +0800 Subject: [PATCH] Bump ckb dependencies to 0.118.0-rc2 --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 68d42c3..0f36aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,14 +29,14 @@ 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" @@ -44,7 +44,7 @@ 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-chain-spec = "0.118.0-rc2" sparse-merkle-tree = "0.6.1" lazy_static = "1.3.0"