diff --git a/Cargo.toml b/Cargo.toml index 00d95748..a0e1832a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,16 +7,16 @@ edition = "2021" description = "ckb command line interface" [dependencies] -ckb-jsonrpc-types = "=0.111.0" -ckb-hash = "=0.111.0" -ckb-crypto = { version = "=0.111.0", features = ["secp"] } -ckb-build-info = "=0.111.0" -ckb-types = "=0.111.0" -ckb-util = "=0.111.0" -ckb-error = "=0.111.0" -ckb-script = "=0.111.0" -ckb-chain-spec = "=0.111.0" -ckb-mock-tx-types = "=0.111.0" +ckb-jsonrpc-types = "=0.114.0-rc1" +ckb-hash = "=0.114.0-rc1" +ckb-crypto = { version = "=0.114.0-rc1", features = ["secp"] } +ckb-build-info = "=0.114.0-rc1" +ckb-types = "=0.114.0-rc1" +ckb-util = "=0.114.0-rc1" +ckb-error = "=0.114.0-rc1" +ckb-script = "=0.114.0-rc1" +ckb-chain-spec = "=0.114.0-rc1" +ckb-mock-tx-types = { git="https://github.com/eval-exec/ckb-standalone-debugger", branch="exec/bump-0.114.0" } ckb-sdk = { version="3.0.1",features = ["native-tls-vendored"] } ckb-signer = { path = "ckb-signer", version = "0.4.0" } plugin-protocol = { path = "plugin-protocol", package = "ckb-cli-plugin-protocol", version = "=1.3.0" } @@ -73,7 +73,7 @@ termion = "1.5" rand = "0.7" [build-dependencies] -ckb-build-info = "=0.111.0" +ckb-build-info = "=0.114.0-rc1" [workspace] members = ["ckb-signer", "plugin-protocol"] diff --git a/ckb-signer/Cargo.toml b/ckb-signer/Cargo.toml index 823b3e8b..374be9fc 100644 --- a/ckb-signer/Cargo.toml +++ b/ckb-signer/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "1.0.30" parking_lot = "0.11" anyhow = "1.0.63" -ckb-types = "=0.111.0" -ckb-hash = "=0.111.0" -ckb-crypto = { version = "=0.111.0", features = ["secp"] } +ckb-types = "=0.114.0-rc1" +ckb-hash = "=0.114.0-rc1" +ckb-crypto = { version = "=0.114.0-rc1", features = ["secp"] } ckb-sdk = "3.0.0" diff --git a/plugin-protocol/Cargo.toml b/plugin-protocol/Cargo.toml index b7db61d7..f6ad57b1 100644 --- a/plugin-protocol/Cargo.toml +++ b/plugin-protocol/Cargo.toml @@ -9,8 +9,8 @@ description = "ckb-cli plugin protocol" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ckb-types = "=0.111.0" -ckb-jsonrpc-types = "=0.111.0" +ckb-types = "=0.114.0-rc1" +ckb-jsonrpc-types = "=0.114.0-rc1" serde = { version = "1.0", features = ["derive"] } serde_derive = "1.0" serde_json = "1.0" diff --git a/test/Cargo.toml b/test/Cargo.toml index 3983a456..29784fe4 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -16,10 +16,10 @@ toml = "0.5.0" serde_yaml = "0.8.9" ckb-sdk = "3.0.0" serde_json = "1.0" -ckb-types = "=0.111.0" -ckb-jsonrpc-types = "=0.111.0" -ckb-app-config = "=0.111.0" -ckb-chain-spec = "=0.111.0" +ckb-types = "=0.114.0-rc1" +ckb-jsonrpc-types = "=0.114.0-rc1" +ckb-app-config = "=0.114.0-rc1" +ckb-chain-spec = "=0.114.0-rc1" regex = "1.1.6" faster-hex = "0.6"