From 03f2534aab19aced7bb0cf5db04173fa3cee3fff Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 15 Jun 2019 11:09:06 +0800 Subject: [PATCH] chore: bump to v0.14.0 --- Cargo.lock | 522 +++++++++++------------ Cargo.toml | 2 +- README.md | 2 +- benches/Cargo.toml | 2 +- chain/Cargo.toml | 2 +- ckb-bin/Cargo.toml | 2 +- core/Cargo.toml | 2 +- db/Cargo.toml | 2 +- devtools/jsonfmt/Cargo.toml | 2 +- miner/Cargo.toml | 2 +- network/Cargo.toml | 2 +- notify/Cargo.toml | 2 +- pow/Cargo.toml | 2 +- protocol/Cargo.toml | 2 +- resource/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- script/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- shared/tx-pool-executor/Cargo.toml | 2 +- spec/Cargo.toml | 2 +- store/Cargo.toml | 2 +- sync/Cargo.toml | 2 +- test/Cargo.toml | 2 +- traits/Cargo.toml | 2 +- util/Cargo.toml | 2 +- util/app-config/Cargo.toml | 2 +- util/build-info/Cargo.toml | 2 +- util/crypto/Cargo.toml | 2 +- util/dao/Cargo.toml | 2 +- util/dao/utils/Cargo.toml | 2 +- util/hash/Cargo.toml | 2 +- util/instrument/Cargo.toml | 2 +- util/jsonrpc-types/Cargo.toml | 2 +- util/logger/Cargo.toml | 2 +- util/merkle-tree/Cargo.toml | 2 +- util/multisig/Cargo.toml | 2 +- util/occupied-capacity/Cargo.toml | 2 +- util/occupied-capacity/core/Cargo.toml | 2 +- util/occupied-capacity/macros/Cargo.toml | 2 +- util/stop-handler/Cargo.toml | 2 +- util/test-chain-utils/Cargo.toml | 2 +- verification/Cargo.toml | 2 +- 42 files changed, 302 insertions(+), 302 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3adf18497..3328da1e8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "build-info" -version = "0.14.0-pre" +version = "0.14.0" [[package]] name = "build_const" @@ -302,31 +302,31 @@ dependencies = [ [[package]] name = "ckb" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "build-info 0.14.0-pre", - "ckb-bin 0.14.0-pre", + "build-info 0.14.0", + "ckb-bin 0.14.0", "jemallocator 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ckb-app-config" -version = "0.14.0-pre" -dependencies = [ - "build-info 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-instrument 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-miner 0.14.0-pre", - "ckb-network 0.14.0-pre", - "ckb-pow 0.14.0-pre", - "ckb-resource 0.14.0-pre", - "ckb-rpc 0.14.0-pre", - "ckb-script 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-sync 0.14.0-pre", +version = "0.14.0" +dependencies = [ + "build-info 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-db 0.14.0", + "ckb-instrument 0.14.0", + "ckb-logger 0.14.0", + "ckb-miner 0.14.0", + "ckb-network 0.14.0", + "ckb-pow 0.14.0", + "ckb-resource 0.14.0", + "ckb-rpc 0.14.0", + "ckb-script 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-sync 0.14.0", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "sentry 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -337,58 +337,58 @@ dependencies = [ [[package]] name = "ckb-benches" -version = "0.14.0-pre" -dependencies = [ - "ckb-chain 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-pow 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-traits 0.14.0-pre", +version = "0.14.0" +dependencies = [ + "ckb-chain 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-notify 0.14.0", + "ckb-pow 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-traits 0.14.0", "criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "occupied-capacity 0.14.0-pre", + "occupied-capacity 0.14.0", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ckb-bin" -version = "0.14.0-pre" -dependencies = [ - "build-info 0.14.0-pre", - "ckb-app-config 0.14.0-pre", - "ckb-chain 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-instrument 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-miner 0.14.0-pre", - "ckb-network 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-pow 0.14.0-pre", - "ckb-resource 0.14.0-pre", - "ckb-rpc 0.14.0-pre", - "ckb-script 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-sync 0.14.0-pre", - "ckb-traits 0.14.0-pre", - "ckb-util 0.14.0-pre", - "ckb-verification 0.14.0-pre", +version = "0.14.0" +dependencies = [ + "build-info 0.14.0", + "ckb-app-config 0.14.0", + "ckb-chain 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-instrument 0.14.0", + "ckb-logger 0.14.0", + "ckb-miner 0.14.0", + "ckb-network 0.14.0", + "ckb-notify 0.14.0", + "ckb-pow 0.14.0", + "ckb-resource 0.14.0", + "ckb-rpc 0.14.0", + "ckb-script 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-sync 0.14.0", + "ckb-traits 0.14.0", + "ckb-util 0.14.0", + "ckb-verification 0.14.0", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "crypto 0.14.0-pre", + "crypto 0.14.0", "ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "sentry 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -400,46 +400,46 @@ dependencies = [ [[package]] name = "ckb-chain" -version = "0.14.0-pre" -dependencies = [ - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-traits 0.14.0-pre", - "ckb-verification 0.14.0-pre", +version = "0.14.0" +dependencies = [ + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-logger 0.14.0", + "ckb-notify 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-traits 0.14.0", + "ckb-verification 0.14.0", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "dao 0.14.0-pre", + "dao 0.14.0", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=a35fdb8)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", - "stop-handler 0.14.0-pre", + "stop-handler 0.14.0", "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", - "test-chain-utils 0.14.0-pre", + "test-chain-utils 0.14.0", ] [[package]] name = "ckb-chain-spec" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-core 0.14.0-pre", - "ckb-pow 0.14.0-pre", - "ckb-resource 0.14.0-pre", - "dao 0.14.0-pre", + "ckb-core 0.14.0", + "ckb-pow 0.14.0", + "ckb-resource 0.14.0", + "dao 0.14.0", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "occupied-capacity 0.14.0-pre", + "occupied-capacity 0.14.0", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -447,32 +447,32 @@ dependencies = [ [[package]] name = "ckb-core" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "ckb-merkle-tree 0.14.0-pre", - "ckb-util 0.14.0-pre", + "ckb-merkle-tree 0.14.0", + "ckb-util 0.14.0", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "crypto 0.14.0-pre", + "crypto 0.14.0", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "occupied-capacity 0.14.0-pre", + "occupied-capacity 0.14.0", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ckb-db" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-util 0.14.0-pre", + "ckb-util 0.14.0", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -487,20 +487,20 @@ dependencies = [ [[package]] name = "ckb-instrument" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-chain 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-traits 0.14.0-pre", + "ckb-chain 0.14.0", + "ckb-core 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-traits 0.14.0", "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ckb-logger" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", @@ -517,30 +517,30 @@ dependencies = [ [[package]] name = "ckb-merkle-tree" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "hash 0.14.0-pre", + "hash 0.14.0", "merkle-cbt 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ckb-miner" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ckb-chain 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-pow 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-traits 0.14.0-pre", - "ckb-util 0.14.0-pre", - "ckb-verification 0.14.0-pre", + "ckb-chain 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-logger 0.14.0", + "ckb-notify 0.14.0", + "ckb-pow 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-traits 0.14.0", + "ckb-util 0.14.0", + "ckb-verification 0.14.0", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -548,7 +548,7 @@ dependencies = [ "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.29 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-types 0.14.0-pre", + "jsonrpc-types 0.14.0", "lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=a35fdb8)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -557,18 +557,18 @@ dependencies = [ "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", - "stop-handler 0.14.0-pre", + "stop-handler 0.14.0", ] [[package]] name = "ckb-network" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "build-info 0.14.0-pre", + "build-info 0.14.0", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "ckb-logger 0.14.0-pre", - "ckb-util 0.14.0-pre", + "ckb-logger 0.14.0", + "ckb-util 0.14.0", "criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -576,7 +576,7 @@ dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "generic-channel 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -587,7 +587,7 @@ dependencies = [ "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", - "stop-handler 0.14.0-pre", + "stop-handler 0.14.0", "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "tentacle 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "tentacle-discovery 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -598,22 +598,22 @@ dependencies = [ [[package]] name = "ckb-notify" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-core 0.14.0-pre", - "ckb-logger 0.14.0-pre", + "ckb-core 0.14.0", + "ckb-logger 0.14.0", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "stop-handler 0.14.0-pre", + "stop-handler 0.14.0", ] [[package]] name = "ckb-pow" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ckb-core 0.14.0-pre", - "hash 0.14.0-pre", + "ckb-core 0.14.0", + "hash 0.14.0", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -622,16 +622,16 @@ dependencies = [ [[package]] name = "ckb-protocol" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ckb-core 0.14.0-pre", - "ckb-merkle-tree 0.14.0-pre", - "ckb-util 0.14.0-pre", + "ckb-core 0.14.0", + "ckb-merkle-tree 0.14.0", + "ckb-util 0.14.0", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "flatbuffers-verifier 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -640,9 +640,9 @@ dependencies = [ [[package]] name = "ckb-resource" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "hash 0.14.0-pre", + "hash 0.14.0", "includedir 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "includedir_codegen 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -653,26 +653,26 @@ dependencies = [ [[package]] name = "ckb-rpc" -version = "0.14.0-pre" -dependencies = [ - "ckb-chain 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-miner 0.14.0-pre", - "ckb-network 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-pow 0.14.0-pre", - "ckb-protocol 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-sync 0.14.0-pre", - "ckb-traits 0.14.0-pre", - "ckb-tx-pool-executor 0.14.0-pre", - "ckb-util 0.14.0-pre", - "ckb-verification 0.14.0-pre", - "dao 0.14.0-pre", +version = "0.14.0" +dependencies = [ + "ckb-chain 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-logger 0.14.0", + "ckb-miner 0.14.0", + "ckb-network 0.14.0", + "ckb-notify 0.14.0", + "ckb-pow 0.14.0", + "ckb-protocol 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-sync 0.14.0", + "ckb-traits 0.14.0", + "ckb-tx-pool-executor 0.14.0", + "ckb-util 0.14.0", + "ckb-verification 0.14.0", + "dao 0.14.0", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -682,7 +682,7 @@ dependencies = [ "jsonrpc-derive 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 10.0.1 (git+https://github.com/nervosnetwork/jsonrpc?rev=7c101f83a8fe34369c1b7a0e9b6721fcb0f91ee0)", "jsonrpc-server-utils 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-types 0.14.0-pre", + "jsonrpc-types 0.14.0", "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -692,60 +692,60 @@ dependencies = [ "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", - "test-chain-utils 0.14.0-pre", + "test-chain-utils 0.14.0", ] [[package]] name = "ckb-script" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-protocol 0.14.0-pre", - "ckb-resource 0.14.0-pre", - "ckb-store 0.14.0-pre", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-logger 0.14.0", + "ckb-protocol 0.14.0", + "ckb-resource 0.14.0", + "ckb-store 0.14.0", "ckb-vm 0.13.0-pre (git+https://github.com/nervosnetwork/ckb-vm?rev=d926277)", - "crypto 0.14.0-pre", - "dao 0.14.0-pre", + "crypto 0.14.0", + "dao 0.14.0", "faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", - "test-chain-utils 0.14.0-pre", + "test-chain-utils 0.14.0", "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ckb-shared" -version = "0.14.0-pre" -dependencies = [ - "ckb-chain 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-protocol 0.14.0-pre", - "ckb-script 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-traits 0.14.0-pre", - "ckb-util 0.14.0-pre", - "ckb-verification 0.14.0-pre", - "dao-utils 0.14.0-pre", +version = "0.14.0" +dependencies = [ + "ckb-chain 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-logger 0.14.0", + "ckb-notify 0.14.0", + "ckb-protocol 0.14.0", + "ckb-script 0.14.0", + "ckb-store 0.14.0", + "ckb-traits 0.14.0", + "ckb-util 0.14.0", + "ckb-verification 0.14.0", + "dao-utils 0.14.0", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-types 0.14.0-pre", + "jsonrpc-types 0.14.0", "lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=a35fdb8)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "occupied-capacity 0.14.0-pre", + "occupied-capacity 0.14.0", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -755,12 +755,12 @@ dependencies = [ [[package]] name = "ckb-store" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", "lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=a35fdb8)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -770,25 +770,25 @@ dependencies = [ [[package]] name = "ckb-sync" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "bloom-filters 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "ckb-chain 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-network 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-protocol 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-traits 0.14.0-pre", - "ckb-tx-pool-executor 0.14.0-pre", - "ckb-util 0.14.0-pre", - "ckb-verification 0.14.0-pre", + "ckb-chain 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-logger 0.14.0", + "ckb-network 0.14.0", + "ckb-notify 0.14.0", + "ckb-protocol 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-traits 0.14.0", + "ckb-tx-pool-executor 0.14.0", + "ckb-util 0.14.0", + "ckb-verification 0.14.0", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -796,7 +796,7 @@ dependencies = [ "flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=a35fdb8)", @@ -806,43 +806,43 @@ dependencies = [ "sentry 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", - "test-chain-utils 0.14.0-pre", + "test-chain-utils 0.14.0", ] [[package]] name = "ckb-traits" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-script 0.14.0-pre", - "ckb-store 0.14.0-pre", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-script 0.14.0", + "ckb-store 0.14.0", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ckb-tx-pool-executor" -version = "0.14.0-pre" -dependencies = [ - "ckb-chain 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-traits 0.14.0-pre", - "ckb-verification 0.14.0-pre", +version = "0.14.0" +dependencies = [ + "ckb-chain 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-notify 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-traits 0.14.0", + "ckb-verification 0.14.0", "faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "test-chain-utils 0.14.0-pre", + "test-chain-utils 0.14.0", ] [[package]] name = "ckb-util" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.1 (git+https://github.com/nervosnetwork/linked-hash-map?rev=df27f21)", @@ -852,30 +852,30 @@ dependencies = [ [[package]] name = "ckb-verification" -version = "0.14.0-pre" -dependencies = [ - "ckb-chain 0.14.0-pre", - "ckb-chain-spec 0.14.0-pre", - "ckb-core 0.14.0-pre", - "ckb-db 0.14.0-pre", - "ckb-logger 0.14.0-pre", - "ckb-notify 0.14.0-pre", - "ckb-pow 0.14.0-pre", - "ckb-script 0.14.0-pre", - "ckb-shared 0.14.0-pre", - "ckb-store 0.14.0-pre", - "ckb-traits 0.14.0-pre", - "dao-utils 0.14.0-pre", +version = "0.14.0" +dependencies = [ + "ckb-chain 0.14.0", + "ckb-chain-spec 0.14.0", + "ckb-core 0.14.0", + "ckb-db 0.14.0", + "ckb-logger 0.14.0", + "ckb-notify 0.14.0", + "ckb-pow 0.14.0", + "ckb-script 0.14.0", + "ckb-shared 0.14.0", + "ckb-store 0.14.0", + "ckb-traits 0.14.0", + "dao-utils 0.14.0", "faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "hash 0.14.0-pre", + "hash 0.14.0", "lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=a35fdb8)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "occupied-capacity 0.14.0-pre", + "occupied-capacity 0.14.0", "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", - "test-chain-utils 0.14.0-pre", + "test-chain-utils 0.14.0", ] [[package]] @@ -1142,7 +1142,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "crypto" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1199,22 +1199,22 @@ dependencies = [ [[package]] name = "dao" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-core 0.14.0-pre", + "ckb-core 0.14.0", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "occupied-capacity 0.14.0-pre", + "occupied-capacity 0.14.0", ] [[package]] name = "dao-utils" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-core 0.14.0-pre", - "ckb-store 0.14.0-pre", - "dao 0.14.0-pre", + "ckb-core 0.14.0", + "ckb-store 0.14.0", + "dao 0.14.0", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "hash" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "blake2b-rs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1766,9 +1766,9 @@ dependencies = [ [[package]] name = "jsonrpc-types" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-core 0.14.0-pre", + "ckb-core 0.14.0", "faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2004,10 +2004,10 @@ dependencies = [ [[package]] name = "multisig" -version = "0.1.0" +version = "0.14.0" dependencies = [ - "ckb-logger 0.14.0-pre", - "crypto 0.14.0-pre", + "ckb-logger 0.14.0", + "crypto 0.14.0", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2176,16 +2176,16 @@ dependencies = [ [[package]] name = "occupied-capacity" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "occupied-capacity-core 0.14.0-pre", - "occupied-capacity-macros 0.14.0-pre", + "occupied-capacity-core 0.14.0", + "occupied-capacity-macros 0.14.0", "proc-macro-hack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "occupied-capacity-core" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2195,9 +2195,9 @@ dependencies = [ [[package]] name = "occupied-capacity-macros" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "occupied-capacity-core 0.14.0-pre", + "occupied-capacity-core 0.14.0", "proc-macro-hack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3001,7 +3001,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "stop-handler" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3179,10 +3179,10 @@ dependencies = [ [[package]] name = "test-chain-utils" -version = "0.14.0-pre" +version = "0.14.0" dependencies = [ - "ckb-core 0.14.0-pre", - "hash 0.14.0-pre", + "ckb-core 0.14.0", + "hash 0.14.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 34f8926035..395a172826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/README.md b/README.md index 1326dcf3b5..dcafbe6fa6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Nervos CKB](https://www.nervos.org/) - The Common Knowledge Base -[![Version](https://img.shields.io/badge/version-0.14.0--pre-orange.svg)](#readme) +[![Version](https://img.shields.io/badge/version-0.14.0-orange.svg)](#readme) [![TravisCI](https://travis-ci.com/nervosnetwork/ckb.svg?token=y9uR6ygmT3geQaMJ4jpJ&branch=develop)](https://travis-ci.com/nervosnetwork/ckb) [![Telegram Group](https://cdn.jsdelivr.net/gh/Patrolavia/telegram-badge@8fe3382b3fd3a1c533ba270e608035a27e430c2e/chat.svg)](https://t.me/nervosnetwork) [![Nervos Talk](https://img.shields.io/badge/discuss-on%20Nervos%20Talk-3CC68A.svg)](https://talk.nervos.org/) diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 62d9d044ea..bfe2c059ef 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-benches" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/chain/Cargo.toml b/chain/Cargo.toml index a477f172bf..4669818eaf 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-chain" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/ckb-bin/Cargo.toml b/ckb-bin/Cargo.toml index e069e97d7e..c9a382735c 100644 --- a/ckb-bin/Cargo.toml +++ b/ckb-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-bin" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/core/Cargo.toml b/core/Cargo.toml index 98d11ae45c..216d71380b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-core" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/db/Cargo.toml b/db/Cargo.toml index e77827efb0..8c92f4ee31 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-db" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/devtools/jsonfmt/Cargo.toml b/devtools/jsonfmt/Cargo.toml index bac25a5a0c..4072108286 100644 --- a/devtools/jsonfmt/Cargo.toml +++ b/devtools/jsonfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-jsonfmt" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/miner/Cargo.toml b/miner/Cargo.toml index f057f1089b..c2b3285212 100644 --- a/miner/Cargo.toml +++ b/miner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-miner" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/network/Cargo.toml b/network/Cargo.toml index 3e0a110ad6..495e5df103 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-network" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/notify/Cargo.toml b/notify/Cargo.toml index b000a01a92..4936a0a965 100644 --- a/notify/Cargo.toml +++ b/notify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-notify" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/pow/Cargo.toml b/pow/Cargo.toml index fbe0684b3f..0ab319658a 100644 --- a/pow/Cargo.toml +++ b/pow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-pow" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index d62e9477b3..99932b009b 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-protocol" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/resource/Cargo.toml b/resource/Cargo.toml index 66a2a60914..d2b322e429 100644 --- a/resource/Cargo.toml +++ b/resource/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-resource" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 5be4679291..01d6a90f40 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-rpc" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/script/Cargo.toml b/script/Cargo.toml index ff9f3bcad3..bc07fd6d60 100644 --- a/script/Cargo.toml +++ b/script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-script" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index c7e95c81c6..b2a6f625d3 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-shared" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/shared/tx-pool-executor/Cargo.toml b/shared/tx-pool-executor/Cargo.toml index 1f3f714c94..0e84c5e01e 100644 --- a/shared/tx-pool-executor/Cargo.toml +++ b/shared/tx-pool-executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-tx-pool-executor" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/spec/Cargo.toml b/spec/Cargo.toml index 2c716bbb62..c4c57c02ed 100644 --- a/spec/Cargo.toml +++ b/spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-chain-spec" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/store/Cargo.toml b/store/Cargo.toml index 9a94dd256d..71b82ca22b 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-store" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/sync/Cargo.toml b/sync/Cargo.toml index 6fd03731ce..e1223c8ad1 100644 --- a/sync/Cargo.toml +++ b/sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-sync" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/test/Cargo.toml b/test/Cargo.toml index d030f1e1d2..c62e634a26 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-test" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 7ac0b61d33..e1242704ee 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-traits" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/util/Cargo.toml b/util/Cargo.toml index a9f3c00e0f..89a056d016 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-util" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/app-config/Cargo.toml b/util/app-config/Cargo.toml index 5e33d1e8f8..9f821b1833 100644 --- a/util/app-config/Cargo.toml +++ b/util/app-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-app-config" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/util/build-info/Cargo.toml b/util/build-info/Cargo.toml index b35013eae8..feb188e0bc 100644 --- a/util/build-info/Cargo.toml +++ b/util/build-info/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "build-info" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/crypto/Cargo.toml b/util/crypto/Cargo.toml index c0e81dce5a..8f126f879d 100644 --- a/util/crypto/Cargo.toml +++ b/util/crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/dao/Cargo.toml b/util/dao/Cargo.toml index a7de2d6e24..0aae3917d2 100644 --- a/util/dao/Cargo.toml +++ b/util/dao/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dao" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/dao/utils/Cargo.toml b/util/dao/utils/Cargo.toml index aaf010a573..4706be5421 100644 --- a/util/dao/utils/Cargo.toml +++ b/util/dao/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dao-utils" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/hash/Cargo.toml b/util/hash/Cargo.toml index 9db1040213..46d02af62d 100644 --- a/util/hash/Cargo.toml +++ b/util/hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hash" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/instrument/Cargo.toml b/util/instrument/Cargo.toml index f642d83df5..f2fe6215be 100644 --- a/util/instrument/Cargo.toml +++ b/util/instrument/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-instrument" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/jsonrpc-types/Cargo.toml b/util/jsonrpc-types/Cargo.toml index d5f3c234b8..d1465cfb7f 100644 --- a/util/jsonrpc-types/Cargo.toml +++ b/util/jsonrpc-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonrpc-types" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/logger/Cargo.toml b/util/logger/Cargo.toml index b6af2cafeb..cf401c6829 100644 --- a/util/logger/Cargo.toml +++ b/util/logger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-logger" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos "] edition = "2018" diff --git a/util/merkle-tree/Cargo.toml b/util/merkle-tree/Cargo.toml index 7a83b2909e..87bd9f58b1 100644 --- a/util/merkle-tree/Cargo.toml +++ b/util/merkle-tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-merkle-tree" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/multisig/Cargo.toml b/util/multisig/Cargo.toml index 9af5da0635..4cc530afe8 100644 --- a/util/multisig/Cargo.toml +++ b/util/multisig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multisig" -version = "0.1.0" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/occupied-capacity/Cargo.toml b/util/occupied-capacity/Cargo.toml index ab4a99551d..afd74d7596 100644 --- a/util/occupied-capacity/Cargo.toml +++ b/util/occupied-capacity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "occupied-capacity" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/occupied-capacity/core/Cargo.toml b/util/occupied-capacity/core/Cargo.toml index 974e337847..aeee49a644 100644 --- a/util/occupied-capacity/core/Cargo.toml +++ b/util/occupied-capacity/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "occupied-capacity-core" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" diff --git a/util/occupied-capacity/macros/Cargo.toml b/util/occupied-capacity/macros/Cargo.toml index feaac9b9fe..b803277f73 100644 --- a/util/occupied-capacity/macros/Cargo.toml +++ b/util/occupied-capacity/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "occupied-capacity-macros" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/util/stop-handler/Cargo.toml b/util/stop-handler/Cargo.toml index 14bd8e3b55..e2042c104d 100644 --- a/util/stop-handler/Cargo.toml +++ b/util/stop-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stop-handler" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/util/test-chain-utils/Cargo.toml b/util/test-chain-utils/Cargo.toml index 7b4615234e..ce4de0e15a 100644 --- a/util/test-chain-utils/Cargo.toml +++ b/util/test-chain-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-chain-utils" -version = "0.14.0-pre" +version = "0.14.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/verification/Cargo.toml b/verification/Cargo.toml index 02dcfff9da..0533465f2d 100644 --- a/verification/Cargo.toml +++ b/verification/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-verification" -version = "0.14.0-pre" +version = "0.14.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018"