From e1a73e6edb5b5640579b53610f70a8dff4b1e680 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 29 Jun 2019 12:12:45 +0800 Subject: [PATCH] chore: bump crate version to 0.15.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- ckb-sdk/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6c6292a..ab19d3da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "ckb-cli" -version = "0.15.0-pre" +version = "0.15.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -303,7 +303,7 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "ckb-core 0.15.0-pre (git+https://github.com/nervosnetwork/ckb?branch=rc/v0.15.z)", - "ckb-sdk 0.15.0-pre", + "ckb-sdk 0.15.0", "ckb-util 0.15.0-pre (git+https://github.com/nervosnetwork/ckb?branch=rc/v0.15.z)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "ckb-sdk" -version = "0.15.0-pre" +version = "0.15.0" dependencies = [ "aes-ctr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c822597c..68d2e6c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-cli" -version = "0.15.0-pre" +version = "0.15.0" license = "MIT" authors = ["Linfeng Qian "] edition = "2018" diff --git a/ckb-sdk/Cargo.toml b/ckb-sdk/Cargo.toml index b7b74093..64944d76 100644 --- a/ckb-sdk/Cargo.toml +++ b/ckb-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-sdk" -version = "0.15.0-pre" +version = "0.15.0" authors = ["Linfeng Qian "] edition = "2018" license = "MIT" @@ -35,4 +35,4 @@ ckb-core = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z" ckb-script = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z" } jsonrpc-types = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z" } hash = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z" } -crypto = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z", features = ["secp", "bech32"] } \ No newline at end of file +crypto = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z", features = ["secp", "bech32"] }