Skip to content

Commit

Permalink
Merge pull request #598 from eval-exec/exec/bump-ckb-v0.116.0
Browse files Browse the repository at this point in the history
Bump ckb dependencies to v0.116.0
  • Loading branch information
doitian authored May 13, 2024
2 parents 79e2127 + 0ecf176 commit 87ecdfc
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 75 deletions.
105 changes: 52 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ edition = "2021"
description = "ckb command line interface"

[dependencies]
ckb-jsonrpc-types = "=0.115.0-rc2"
ckb-hash = "=0.115.0-rc2"
ckb-crypto = { version = "=0.115.0-rc2", features = ["secp"] }
ckb-build-info = "=0.115.0-rc2"
ckb-types = "=0.115.0-rc2"
ckb-util = "=0.115.0-rc2"
ckb-error = "=0.115.0-rc2"
ckb-script = "=0.115.0-rc2"
ckb-chain-spec = "=0.115.0-rc2"
ckb-sdk = { version = "3.1.1", features = ["native-tls-vendored"] }
ckb-mock-tx-types = "=0.115.0-rc2"
ckb-jsonrpc-types = "=0.116.1"
ckb-hash = "=0.116.1"
ckb-crypto = { version = "=0.116.1", features = ["secp"] }
ckb-build-info = "=0.116.1"
ckb-types = "=0.116.1"
ckb-util = "=0.116.1"
ckb-error = "=0.116.1"
ckb-script = "=0.116.1"
ckb-chain-spec = "=0.116.1"
ckb-sdk = { git="https://github.com/eval-exec/ckb-sdk-rust", branch="exec/bump-ckb-v0.116.0", features = ["native-tls-vendored"] }
ckb-mock-tx-types = { version = "=0.116.1" }
ckb-signer = { path = "ckb-signer", version = "0.4.1" }
plugin-protocol = { path = "plugin-protocol", package = "ckb-cli-plugin-protocol", version = "=1.3.1" }
jsonrpc-core-client = "18"
Expand Down Expand Up @@ -76,7 +76,7 @@ termion = "1.5"
rand = "0.7"

[build-dependencies]
ckb-build-info = "=0.115.0-rc2"
ckb-build-info = "=0.116.1"

[workspace]
members = ["ckb-signer", "plugin-protocol"]
8 changes: 4 additions & 4 deletions ckb-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1.0.30"
parking_lot = "0.11"
anyhow = "1.0.63"

ckb-types = "=0.115.0-rc2"
ckb-hash = "=0.115.0-rc2"
ckb-crypto = { version = "=0.115.0-rc2", features = ["secp"] }
ckb-sdk = { version = "3.1.1", features = ["native-tls-vendored"] }
ckb-types = "=0.116.1"
ckb-hash = "=0.116.1"
ckb-crypto = { version = "=0.116.1", features = ["secp"] }
ckb-sdk = { git = "https://github.com/eval-exec/ckb-sdk-rust", branch="exec/bump-ckb-v0.116.0",features = ["native-tls-vendored"] }
4 changes: 2 additions & 2 deletions plugin-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.115.0-rc2"
ckb-jsonrpc-types = "=0.115.0-rc2"
ckb-types = "=0.116.1"
ckb-jsonrpc-types = "=0.116.1"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
Loading

0 comments on commit 87ecdfc

Please sign in to comment.