mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
version bump for next potential release
This commit is contained in:
parent
695e425f22
commit
decdd173a0
8 changed files with 56 additions and 56 deletions
56
Cargo.lock
generated
56
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
14
Cargo.toml
14
Cargo.toml
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet"
|
||||
version = "3.1.0"
|
||||
version = "4.0.0-alpha.1"
|
||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||
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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_api"
|
||||
version = "3.1.0"
|
||||
version = "4.0.0-alpha.1"
|
||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||
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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_config"
|
||||
version = "3.1.0"
|
||||
version = "4.0.0-alpha.1"
|
||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||
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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_controller"
|
||||
version = "3.1.0"
|
||||
version = "4.0.0-alpha.1"
|
||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||
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" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_impls"
|
||||
version = "3.1.0"
|
||||
version = "4.0.0-alpha.1"
|
||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||
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" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_libwallet"
|
||||
version = "3.1.0"
|
||||
version = "4.0.0-alpha.1"
|
||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||
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" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_util"
|
||||
version = "3.1.0"
|
||||
version = "4.0.0-alpha.1"
|
||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||
description = "Util, for generic utilities and to re-export grin crates"
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue