From decdd173a0bcd7f1526a241110a8fb3124c69207 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Mon, 2 Mar 2020 15:11:18 +0000 Subject: [PATCH] version bump for next potential release --- Cargo.lock | 56 +++++++++++++++++++++---------------------- Cargo.toml | 14 +++++------ api/Cargo.toml | 10 ++++---- config/Cargo.toml | 4 ++-- controller/Cargo.toml | 12 +++++----- impls/Cargo.toml | 8 +++---- libwallet/Cargo.toml | 6 ++--- util/Cargo.toml | 2 +- 8 files changed, 56 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c4860574..d9a1268d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1057,19 +1057,19 @@ dependencies = [ [[package]] name = "grin_wallet" -version = "3.1.0" +version = "4.0.0-alpha.1" dependencies = [ "built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "easy-jsonrpc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_api 3.1.0", - "grin_wallet_config 3.1.0", - "grin_wallet_controller 3.1.0", - "grin_wallet_impls 3.1.0", - "grin_wallet_libwallet 3.1.0", - "grin_wallet_util 3.1.0", + "grin_wallet_api 4.0.0-alpha.1", + "grin_wallet_config 4.0.0-alpha.1", + "grin_wallet_controller 4.0.0-alpha.1", + "grin_wallet_impls 4.0.0-alpha.1", + "grin_wallet_libwallet 4.0.0-alpha.1", + "grin_wallet_util 4.0.0-alpha.1", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "linefeed 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1085,7 +1085,7 @@ dependencies = [ [[package]] name = "grin_wallet_api" -version = "3.1.0" +version = "4.0.0-alpha.1" dependencies = [ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1093,10 +1093,10 @@ dependencies = [ "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 3.1.0", - "grin_wallet_impls 3.1.0", - "grin_wallet_libwallet 3.1.0", - "grin_wallet_util 3.1.0", + "grin_wallet_config 4.0.0-alpha.1", + "grin_wallet_impls 4.0.0-alpha.1", + "grin_wallet_libwallet 4.0.0-alpha.1", + "grin_wallet_util 4.0.0-alpha.1", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1109,10 +1109,10 @@ dependencies = [ [[package]] name = "grin_wallet_config" -version = "3.1.0" +version = "4.0.0-alpha.1" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_util 3.1.0", + "grin_wallet_util 4.0.0-alpha.1", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1122,18 +1122,18 @@ dependencies = [ [[package]] name = "grin_wallet_controller" -version = "3.1.0" +version = "4.0.0-alpha.1" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "easy-jsonrpc-mw 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_api 3.1.0", - "grin_wallet_config 3.1.0", - "grin_wallet_impls 3.1.0", - "grin_wallet_libwallet 3.1.0", - "grin_wallet_util 3.1.0", + "grin_wallet_api 4.0.0-alpha.1", + "grin_wallet_config 4.0.0-alpha.1", + "grin_wallet_impls 4.0.0-alpha.1", + "grin_wallet_libwallet 4.0.0-alpha.1", + "grin_wallet_util 4.0.0-alpha.1", "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1151,7 +1151,7 @@ dependencies = [ [[package]] name = "grin_wallet_impls" -version = "3.1.0" +version = "4.0.0-alpha.1" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1162,9 +1162,9 @@ dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 3.1.0", - "grin_wallet_libwallet 3.1.0", - "grin_wallet_util 3.1.0", + "grin_wallet_config 4.0.0-alpha.1", + "grin_wallet_libwallet 4.0.0-alpha.1", + "grin_wallet_util 4.0.0-alpha.1", "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-rustls 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1185,7 +1185,7 @@ dependencies = [ [[package]] name = "grin_wallet_libwallet" -version = "3.1.0" +version = "4.0.0-alpha.1" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1193,8 +1193,8 @@ dependencies = [ "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 3.1.0", - "grin_wallet_util 3.1.0", + "grin_wallet_config 4.0.0-alpha.1", + "grin_wallet_util 4.0.0-alpha.1", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1208,7 +1208,7 @@ dependencies = [ [[package]] name = "grin_wallet_util" -version = "3.1.0" +version = "4.0.0-alpha.1" dependencies = [ "data-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index aa252b3cb..349347f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet" -version = "3.1.0" +version = "4.0.0-alpha.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -31,13 +31,13 @@ semver = "0.9" rustyline = "6" lazy_static = "1" -grin_wallet_api = { path = "./api", version = "3.1.0" } -grin_wallet_impls = { path = "./impls", version = "3.1.0" } -grin_wallet_libwallet = { path = "./libwallet", version = "3.1.0" } -grin_wallet_controller = { path = "./controller", version = "3.1.0" } -grin_wallet_config = { path = "./config", version = "3.1.0" } +grin_wallet_api = { path = "./api", version = "4.0.0-alpha.1" } +grin_wallet_impls = { path = "./impls", version = "4.0.0-alpha.1" } +grin_wallet_libwallet = { path = "./libwallet", version = "4.0.0-alpha.1" } +grin_wallet_controller = { path = "./controller", version = "4.0.0-alpha.1" } +grin_wallet_config = { path = "./config", version = "4.0.0-alpha.1" } -grin_wallet_util = { path = "./util", version = "3.1.0" } +grin_wallet_util = { path = "./util", version = "4.0.0-alpha.1" } [build-dependencies] built = "0.3" diff --git a/api/Cargo.toml b/api/Cargo.toml index e2225812b..46ecc50dc 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_api" -version = "3.1.0" +version = "4.0.0-alpha.1" authors = ["Grin Developers "] description = "Grin Wallet API" license = "Apache-2.0" @@ -24,10 +24,10 @@ ring = "0.16" base64 = "0.9" ed25519-dalek = "1.0.0-pre.1" -grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0" } -grin_wallet_config = { path = "../config", version = "3.1.0" } -grin_wallet_impls = { path = "../impls", version = "3.1.0" } -grin_wallet_util = { path = "../util", version = "3.1.0" } +grin_wallet_libwallet = { path = "../libwallet", version = "4.0.0-alpha.1" } +grin_wallet_config = { path = "../config", version = "4.0.0-alpha.1" } +grin_wallet_impls = { path = "../impls", version = "4.0.0-alpha.1" } +grin_wallet_util = { path = "../util", version = "4.0.0-alpha.1" } [dev-dependencies] serde_json = "1" diff --git a/config/Cargo.toml b/config/Cargo.toml index 0298147e7..053d81eab 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_config" -version = "3.1.0" +version = "4.0.0-alpha.1" authors = ["Grin Developers "] description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -16,7 +16,7 @@ serde_derive = "1" toml = "0.4" dirs = "1.0.3" -grin_wallet_util = { path = "../util", version = "3.1.0" } +grin_wallet_util = { path = "../util", version = "4.0.0-alpha.1" } [dev-dependencies] pretty_assertions = "0.5.1" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index e4f503441..b0fd2d87f 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_controller" -version = "3.1.0" +version = "4.0.0-alpha.1" authors = ["Grin Developers "] description = "Controllers for grin wallet instantiation" license = "Apache-2.0" @@ -30,9 +30,9 @@ chrono = { version = "0.4.4", features = ["serde"] } easy-jsonrpc-mw = "0.5.3" lazy_static = "1" -grin_wallet_util = { path = "../util", version = "3.1.0" } +grin_wallet_util = { path = "../util", version = "4.0.0-alpha.1" } -grin_wallet_api = { path = "../api", version = "3.1.0" } -grin_wallet_impls = { path = "../impls", version = "3.1.0" } -grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0" } -grin_wallet_config = { path = "../config", version = "3.1.0" } +grin_wallet_api = { path = "../api", version = "4.0.0-alpha.1" } +grin_wallet_impls = { path = "../impls", version = "4.0.0-alpha.1" } +grin_wallet_libwallet = { path = "../libwallet", version = "4.0.0-alpha.1" } +grin_wallet_config = { path = "../config", version = "4.0.0-alpha.1" } diff --git a/impls/Cargo.toml b/impls/Cargo.toml index 320599798..4f675099a 100644 --- a/impls/Cargo.toml +++ b/impls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_impls" -version = "3.1.0" +version = "4.0.0-alpha.1" authors = ["Grin Developers "] description = "Concrete types derived from libwallet traits" license = "Apache-2.0" @@ -40,6 +40,6 @@ regex = "1.3" timer = "0.2" sysinfo = "0.9" -grin_wallet_util = { path = "../util", version = "3.1.0" } -grin_wallet_config = { path = "../config", version = "3.1.0" } -grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0" } +grin_wallet_util = { path = "../util", version = "4.0.0-alpha.1" } +grin_wallet_config = { path = "../config", version = "4.0.0-alpha.1" } +grin_wallet_libwallet = { path = "../libwallet", version = "4.0.0-alpha.1" } diff --git a/libwallet/Cargo.toml b/libwallet/Cargo.toml index 575cf33bd..42d6e0543 100644 --- a/libwallet/Cargo.toml +++ b/libwallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_libwallet" -version = "3.1.0" +version = "4.0.0-alpha.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -27,5 +27,5 @@ strum_macros = "0.15" ed25519-dalek = "1.0.0-pre.1" byteorder = "1" -grin_wallet_util = { path = "../util", version = "3.1.0" } -grin_wallet_config = { path = "../config", version = "3.1.0" } +grin_wallet_util = { path = "../util", version = "4.0.0-alpha.1" } +grin_wallet_config = { path = "../config", version = "4.0.0-alpha.1" } diff --git a/util/Cargo.toml b/util/Cargo.toml index 8dfa59a5f..83e2536cd 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_util" -version = "3.1.0" +version = "4.0.0-alpha.1" authors = ["Grin Developers "] description = "Util, for generic utilities and to re-export grin crates" license = "Apache-2.0"