Skip to content

Commit

Permalink
Merge pull request #39 from TheWaWaR/ckb-0.18
Browse files Browse the repository at this point in the history
chore: Bump up to 0.18 (for ckb v0.18)
  • Loading branch information
doitian authored Aug 9, 2019
2 parents 6cf87a7 + a6b9bbe commit 04f7381
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 94 deletions.
156 changes: 78 additions & 78 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "ckb-cli"
version = "0.17.0"
version = "0.18.0"
license = "MIT"
authors = ["Linfeng Qian <[email protected]>", "Nervos Core Dev <[email protected]>"]
edition = "2018"

[dependencies]
numext-fixed-hash = "~0.1"
ckb-jsonrpc-types = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.17" }
ckb-hash = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.17" }
ckb-crypto = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.17", features = ["secp", "bech32"] }
ckb-build-info = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.17" }
ckb-core = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.17" }
ckb-util = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.17" }
ckb-jsonrpc-types = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.18" }
ckb-hash = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.18" }
ckb-crypto = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.18", features = ["secp", "bech32"] }
ckb-build-info = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.18" }
ckb-core = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.18" }
ckb-util = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.18" }
ckb-sdk = { path = "ckb-sdk" }
ckb-index = { path = "ckb-index" }

Expand Down Expand Up @@ -46,7 +46,7 @@ tui = "0.6.0"
termion = "1.5"

[build-dependencies]
ckb-build-info = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.17" }
ckb-build-info = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.18" }

[workspace]
members = ["ckb-sdk", "ckb-index"]
Loading

0 comments on commit 04f7381

Please sign in to comment.