diff --git a/Cargo.lock b/Cargo.lock index 331a66a4e..63ab0c4cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "grin" -version = "0.3.0" +version = "0.4.0" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "built 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -657,14 +657,14 @@ dependencies = [ "cursive 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "daemonize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_api 0.3.0", - "grin_config 0.3.0", - "grin_core 0.3.0", - "grin_keychain 0.3.0", - "grin_p2p 0.3.0", - "grin_servers 0.3.0", - "grin_util 0.3.0", - "grin_wallet 0.3.0", + "grin_api 0.4.0", + "grin_config 0.4.0", + "grin_core 0.4.0", + "grin_keychain 0.4.0", + "grin_p2p 0.4.0", + "grin_servers 0.4.0", + "grin_util 0.4.0", + "grin_wallet 0.4.0", "reqwest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -675,17 +675,17 @@ dependencies = [ [[package]] name = "grin_api" -version = "0.3.0" +version = "0.4.0" dependencies = [ "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_chain 0.3.0", - "grin_core 0.3.0", - "grin_p2p 0.3.0", - "grin_pool 0.3.0", - "grin_store 0.3.0", - "grin_util 0.3.0", + "grin_chain 0.4.0", + "grin_core 0.4.0", + "grin_p2p 0.4.0", + "grin_pool 0.4.0", + "grin_store 0.4.0", + "grin_util 0.4.0", "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -706,7 +706,7 @@ dependencies = [ [[package]] name = "grin_chain" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -715,11 +715,11 @@ dependencies = [ "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 0.3.0", - "grin_keychain 0.3.0", - "grin_store 0.3.0", - "grin_util 0.3.0", - "grin_wallet 0.3.0", + "grin_core 0.4.0", + "grin_keychain 0.4.0", + "grin_store 0.4.0", + "grin_util 0.4.0", + "grin_wallet 0.4.0", "lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -730,13 +730,13 @@ dependencies = [ [[package]] name = "grin_config" -version = "0.3.0" +version = "0.4.0" dependencies = [ "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_p2p 0.3.0", - "grin_servers 0.3.0", - "grin_util 0.3.0", - "grin_wallet 0.3.0", + "grin_p2p 0.4.0", + "grin_servers 0.4.0", + "grin_util 0.4.0", + "grin_wallet 0.4.0", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", @@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "grin_core" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -755,9 +755,9 @@ dependencies = [ "croaring 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_keychain 0.3.0", - "grin_util 0.3.0", - "grin_wallet 0.3.0", + "grin_keychain 0.4.0", + "grin_util 0.4.0", + "grin_wallet 0.4.0", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -771,12 +771,12 @@ dependencies = [ [[package]] name = "grin_keychain" -version = "0.3.0" +version = "0.4.0" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_util 0.3.0", + "grin_util 0.4.0", "hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "ripemd160 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -790,16 +790,16 @@ dependencies = [ [[package]] name = "grin_p2p" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 0.3.0", - "grin_pool 0.3.0", - "grin_store 0.3.0", - "grin_util 0.3.0", + "grin_core 0.4.0", + "grin_pool 0.4.0", + "grin_store 0.4.0", + "grin_util 0.4.0", "lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -811,16 +811,16 @@ dependencies = [ [[package]] name = "grin_pool" -version = "0.3.0" +version = "0.4.0" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_chain 0.3.0", - "grin_core 0.3.0", - "grin_keychain 0.3.0", - "grin_store 0.3.0", - "grin_util 0.3.0", - "grin_wallet 0.3.0", + "grin_chain 0.4.0", + "grin_core 0.4.0", + "grin_keychain 0.4.0", + "grin_store 0.4.0", + "grin_util 0.4.0", + "grin_wallet 0.4.0", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", @@ -829,22 +829,22 @@ dependencies = [ [[package]] name = "grin_servers" -version = "0.3.0" +version = "0.4.0" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_api 0.3.0", - "grin_chain 0.3.0", - "grin_config 0.3.0", - "grin_core 0.3.0", - "grin_keychain 0.3.0", - "grin_p2p 0.3.0", - "grin_pool 0.3.0", - "grin_store 0.3.0", - "grin_util 0.3.0", - "grin_wallet 0.3.0", + "grin_api 0.4.0", + "grin_chain 0.4.0", + "grin_config 0.4.0", + "grin_core 0.4.0", + "grin_keychain 0.4.0", + "grin_p2p 0.4.0", + "grin_pool 0.4.0", + "grin_store 0.4.0", + "grin_util 0.4.0", + "grin_wallet 0.4.0", "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-staticfile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "grin_store" -version = "0.3.0" +version = "0.4.0" dependencies = [ "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -868,8 +868,8 @@ dependencies = [ "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 0.3.0", - "grin_util 0.3.0", + "grin_core 0.4.0", + "grin_util 0.4.0", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -881,7 +881,7 @@ dependencies = [ [[package]] name = "grin_util" -version = "0.3.0" +version = "0.4.0" dependencies = [ "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "grin_wallet" -version = "0.3.0" +version = "0.4.0" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -908,12 +908,12 @@ dependencies = [ "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_api 0.3.0", - "grin_chain 0.3.0", - "grin_core 0.3.0", - "grin_keychain 0.3.0", - "grin_store 0.3.0", - "grin_util 0.3.0", + "grin_api 0.4.0", + "grin_chain 0.4.0", + "grin_core 0.4.0", + "grin_keychain 0.4.0", + "grin_store 0.4.0", + "grin_util 0.4.0", "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", "prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1689919bc..31cbc2b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] exclude = ["**/*.grin", "**/*.grin2"] publish = false diff --git a/api/Cargo.toml b/api/Cargo.toml index 2cea4212b..a944eb7a1 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_api" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = ".." publish = false diff --git a/chain/Cargo.toml b/chain/Cargo.toml index ac543e565..c59bc55cd 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_chain" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = ".." publish = false diff --git a/config/Cargo.toml b/config/Cargo.toml index bea1c05a3..6c4704f03 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_config" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = ".." publish = false diff --git a/core/Cargo.toml b/core/Cargo.toml index 8827ba4e7..d0fa645ca 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_core" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = ".." publish = false diff --git a/keychain/Cargo.toml b/keychain/Cargo.toml index 282a0d0cc..0d16638e6 100644 --- a/keychain/Cargo.toml +++ b/keychain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_keychain" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = '..' publish = false diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index 8a7f483b5..985f3c65a 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_p2p" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = ".." publish = false diff --git a/pool/Cargo.toml b/pool/Cargo.toml index 147a8839c..5f1792864 100644 --- a/pool/Cargo.toml +++ b/pool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_pool" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = '..' publish = false diff --git a/servers/Cargo.toml b/servers/Cargo.toml index 715c5d755..e0b07d3f9 100644 --- a/servers/Cargo.toml +++ b/servers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_servers" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = ".." publish = false diff --git a/store/Cargo.toml b/store/Cargo.toml index bab58e345..9c08a899d 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_store" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = ".." publish = false diff --git a/util/Cargo.toml b/util/Cargo.toml index 97233e591..878f68a61 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_util" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = ".." publish = false diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index cbc8b7b88..aa1390cad 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet" -version = "0.3.0" +version = "0.4.0" authors = ["Grin Developers "] workspace = '..' publish = false