update version number for next potential release

This commit is contained in:
Yeastplume 2019-07-01 14:44:22 +01:00
parent c12f61d154
commit f7c17c4ba9
No known key found for this signature in database
GPG key ID: AE6E005DF6E76B95
8 changed files with 121 additions and 121 deletions

162
Cargo.lock generated
View file

@ -553,18 +553,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "grin_api"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "2.0.1-beta.1"
source = "git+https://github.com/mimblewimble/grin#e6bdc5987cab272cb47a54a992947bc9cf88d6a5"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_chain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_p2p 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_store 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_chain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_core 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_p2p 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_pool 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_store 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -585,8 +585,8 @@ dependencies = [
[[package]]
name = "grin_chain"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "2.0.1-beta.1"
source = "git+https://github.com/mimblewimble/grin#e6bdc5987cab272cb47a54a992947bc9cf88d6a5"
dependencies = [
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -594,10 +594,10 @@ dependencies = [
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_keychain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_store 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_keychain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_store 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"lazy_static 1.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.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -608,8 +608,8 @@ dependencies = [
[[package]]
name = "grin_core"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "2.0.1-beta.1"
source = "git+https://github.com/mimblewimble/grin#e6bdc5987cab272cb47a54a992947bc9cf88d6a5"
dependencies = [
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -618,8 +618,8 @@ dependencies = [
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_keychain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_keychain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"lazy_static 1.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.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -635,13 +635,13 @@ dependencies = [
[[package]]
name = "grin_keychain"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "2.0.1-beta.1"
source = "git+https://github.com/mimblewimble/grin#e6bdc5987cab272cb47a54a992947bc9cf88d6a5"
dependencies = [
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -658,17 +658,17 @@ dependencies = [
[[package]]
name = "grin_p2p"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "2.0.1-beta.1"
source = "git+https://github.com/mimblewimble/grin#e6bdc5987cab272cb47a54a992947bc9cf88d6a5"
dependencies = [
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_chain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_store 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_chain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_core 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_store 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"log 0.4.6 (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)",
@ -680,17 +680,17 @@ dependencies = [
[[package]]
name = "grin_pool"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "2.0.1-beta.1"
source = "git+https://github.com/mimblewimble/grin#e6bdc5987cab272cb47a54a992947bc9cf88d6a5"
dependencies = [
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_keychain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_store 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_keychain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_store 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)",
@ -714,16 +714,16 @@ dependencies = [
[[package]]
name = "grin_store"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "2.0.1-beta.1"
source = "git+https://github.com/mimblewimble/grin#e6bdc5987cab272cb47a54a992947bc9cf88d6a5"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -735,8 +735,8 @@ dependencies = [
[[package]]
name = "grin_util"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "2.0.1-beta.1"
source = "git+https://github.com/mimblewimble/grin#e6bdc5987cab272cb47a54a992947bc9cf88d6a5"
dependencies = [
"backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -756,19 +756,19 @@ dependencies = [
[[package]]
name = "grin_wallet"
version = "2.0.0"
version = "2.0.1-beta.1"
dependencies = [
"built 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_wallet_api 2.0.0",
"grin_wallet_config 2.0.0",
"grin_wallet_controller 2.0.0",
"grin_wallet_impls 2.0.0",
"grin_wallet_libwallet 2.0.0",
"grin_wallet_util 2.0.0",
"grin_wallet_api 2.0.1-beta.1",
"grin_wallet_config 2.0.1-beta.1",
"grin_wallet_controller 2.0.1-beta.1",
"grin_wallet_impls 2.0.1-beta.1",
"grin_wallet_libwallet 2.0.1-beta.1",
"grin_wallet_util 2.0.1-beta.1",
"linefeed 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -778,16 +778,16 @@ dependencies = [
[[package]]
name = "grin_wallet_api"
version = "2.0.0"
version = "2.0.1-beta.1"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_wallet_config 2.0.0",
"grin_wallet_impls 2.0.0",
"grin_wallet_libwallet 2.0.0",
"grin_wallet_util 2.0.0",
"grin_wallet_config 2.0.1-beta.1",
"grin_wallet_impls 2.0.1-beta.1",
"grin_wallet_libwallet 2.0.1-beta.1",
"grin_wallet_util 2.0.1-beta.1",
"log 0.4.6 (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)",
@ -796,10 +796,10 @@ dependencies = [
[[package]]
name = "grin_wallet_config"
version = "2.0.0"
version = "2.0.1-beta.1"
dependencies = [
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_wallet_util 2.0.0",
"grin_wallet_util 2.0.1-beta.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.93 (registry+https://github.com/rust-lang/crates.io-index)",
@ -809,18 +809,18 @@ dependencies = [
[[package]]
name = "grin_wallet_controller"
version = "2.0.0"
version = "2.0.1-beta.1"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_wallet_api 2.0.0",
"grin_wallet_config 2.0.0",
"grin_wallet_impls 2.0.0",
"grin_wallet_libwallet 2.0.0",
"grin_wallet_util 2.0.0",
"grin_wallet_api 2.0.1-beta.1",
"grin_wallet_config 2.0.1-beta.1",
"grin_wallet_impls 2.0.1-beta.1",
"grin_wallet_libwallet 2.0.1-beta.1",
"grin_wallet_util 2.0.1-beta.1",
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -840,16 +840,16 @@ dependencies = [
[[package]]
name = "grin_wallet_impls"
version = "2.0.0"
version = "2.0.1-beta.1"
dependencies = [
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_wallet_config 2.0.0",
"grin_wallet_libwallet 2.0.0",
"grin_wallet_util 2.0.0",
"grin_wallet_config 2.0.1-beta.1",
"grin_wallet_libwallet 2.0.1-beta.1",
"grin_wallet_util 2.0.1-beta.1",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -864,14 +864,14 @@ dependencies = [
[[package]]
name = "grin_wallet_libwallet"
version = "2.0.0"
version = "2.0.1-beta.1"
dependencies = [
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_wallet_config 2.0.0",
"grin_wallet_util 2.0.0",
"grin_wallet_config 2.0.1-beta.1",
"grin_wallet_util 2.0.1-beta.1",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -885,15 +885,15 @@ dependencies = [
[[package]]
name = "grin_wallet_util"
version = "2.0.0"
version = "2.0.1-beta.1"
dependencies = [
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_chain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_keychain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_store 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grin_api 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_chain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_core 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_keychain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_store 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)",
"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.93 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2805,15 +2805,15 @@ dependencies = [
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
"checksum git2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "924b2e7d2986e625dcad89e8a429a7b3adee3c3d71e585f4a66c4f7e78715e31"
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
"checksum grin_api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24adb039b0894e95c6bfe0ac0df7f3b8dc48be696cb37798024b685ca36b3923"
"checksum grin_chain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ae81b6a498f5d3d8c1c2f105e600d427a1717c76c282ab20e3e5eb2a35aab25"
"checksum grin_core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06ba34fba8ea38a3ff38701761a6933649102a044f2686c21ba3947d0251aacf"
"checksum grin_keychain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d1442f932b7488ef1bcf56eb812995cb0f0ad181ef8f08d9315954cd14929267"
"checksum grin_p2p 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1483ca17f8479cffd360c4093f01e4a2700424bc9c07ff598de7d1805494d1e6"
"checksum grin_pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b6057c01cac340e54a24749e688955712289381722a9efc225ccbaaff836996"
"checksum grin_api 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
"checksum grin_chain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
"checksum grin_core 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
"checksum grin_keychain 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
"checksum grin_p2p 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
"checksum grin_pool 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
"checksum grin_secp256k1zkp 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "23027a7673df2c2b20fb9589d742ff400a10a9c3e4c769a77e9fa3bd19586822"
"checksum grin_store 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa52e6084944cc6c67999461e763c94feaca4ff579050f85f8b79c367b15fb96"
"checksum grin_util 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aaa78064c94d7331b7be4ffeed45e3341235244bac6573dda9d508abb26eba6d"
"checksum grin_store 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
"checksum grin_util 2.0.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
"checksum h2 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "69b2a5a3092cbebbc951fe55408402e696ee2ed09019137d1800fc2c411265d2"
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
"checksum hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "733e1b3ac906631ca01ebb577e9bb0f5e37a454032b9036b5eaea4013ed6f99a"

View file

@ -1,6 +1,6 @@
[package]
name = "grin_wallet"
version = "2.0.0"
version = "2.0.1-beta.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"
@ -30,13 +30,13 @@ log = "0.4"
linefeed = "0.5"
semver = "0.9"
grin_wallet_api = { path = "./api", version = "2.0.0" }
grin_wallet_impls = { path = "./impls", version = "2.0.0" }
grin_wallet_libwallet = { path = "./libwallet", version = "2.0.0" }
grin_wallet_controller = { path = "./controller", version = "2.0.0" }
grin_wallet_config = { path = "./config", version = "2.0.0" }
grin_wallet_api = { path = "./api", version = "2.0.1-beta.1" }
grin_wallet_impls = { path = "./impls", version = "2.0.1-beta.1" }
grin_wallet_libwallet = { path = "./libwallet", version = "2.0.1-beta.1" }
grin_wallet_controller = { path = "./controller", version = "2.0.1-beta.1" }
grin_wallet_config = { path = "./config", version = "2.0.1-beta.1" }
grin_wallet_util = { path = "./util", version = "2.0.0" }
grin_wallet_util = { path = "./util", version = "2.0.1-beta.1" }
[build-dependencies]
built = "0.3"

View file

@ -1,6 +1,6 @@
[package]
name = "grin_wallet_api"
version = "2.0.0"
version = "2.0.1-beta.1"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Grin Wallet API"
license = "Apache-2.0"
@ -18,10 +18,10 @@ serde_json = "1"
easy-jsonrpc = "0.5.1"
chrono = { version = "0.4.4", features = ["serde"] }
grin_wallet_libwallet = { path = "../libwallet", version = "2.0.0" }
grin_wallet_config = { path = "../config", version = "2.0.0" }
grin_wallet_impls = { path = "../impls", version = "2.0.0" }
grin_wallet_util = { path = "../util", version = "2.0.0" }
grin_wallet_libwallet = { path = "../libwallet", version = "2.0.1-beta.1" }
grin_wallet_config = { path = "../config", version = "2.0.1-beta.1" }
grin_wallet_impls = { path = "../impls", version = "2.0.1-beta.1" }
grin_wallet_util = { path = "../util", version = "2.0.1-beta.1" }
[dev-dependencies]
serde_json = "1"

View file

@ -1,6 +1,6 @@
[package]
name = "grin_wallet_config"
version = "2.0.0"
version = "2.0.1-beta.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 = "2.0.0" }
grin_wallet_util = { path = "../util", version = "2.0.1-beta.1" }
[dev-dependencies]
pretty_assertions = "0.5.1"

View file

@ -1,6 +1,6 @@
[package]
name = "grin_wallet_controller"
version = "2.0.0"
version = "2.0.1-beta.1"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Controllers for grin wallet instantiation"
license = "Apache-2.0"
@ -32,9 +32,9 @@ chrono = { version = "0.4.4", features = ["serde"] }
easy-jsonrpc = "0.5.1"
lazy_static = "1"
grin_wallet_util = { path = "../util", version = "2.0.0" }
grin_wallet_util = { path = "../util", version = "2.0.1-beta.1" }
grin_wallet_api = { path = "../api", version = "2.0.0" }
grin_wallet_impls = { path = "../impls", version = "2.0.0" }
grin_wallet_libwallet = { path = "../libwallet", version = "2.0.0" }
grin_wallet_config = { path = "../config", version = "2.0.0" }
grin_wallet_api = { path = "../api", version = "2.0.1-beta.1" }
grin_wallet_impls = { path = "../impls", version = "2.0.1-beta.1" }
grin_wallet_libwallet = { path = "../libwallet", version = "2.0.1-beta.1" }
grin_wallet_config = { path = "../config", version = "2.0.1-beta.1" }

View file

@ -1,6 +1,6 @@
[package]
name = "grin_wallet_impls"
version = "2.0.0"
version = "2.0.1-beta.1"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Concrete types derived from libwallet traits"
license = "Apache-2.0"
@ -26,7 +26,7 @@ tokio-retry = "0.1"
uuid = { version = "0.7", features = ["serde", "v4"] }
chrono = { version = "0.4.4", features = ["serde"] }
grin_wallet_util = { path = "../util", version = "2.0.0" }
grin_wallet_util = { path = "../util", version = "2.0.1-beta.1" }
grin_wallet_libwallet = { path = "../libwallet", version = "2.0.0" }
grin_wallet_config = { path = "../config", version = "2.0.0" }
grin_wallet_libwallet = { path = "../libwallet", version = "2.0.1-beta.1" }
grin_wallet_config = { path = "../config", version = "2.0.1-beta.1" }

View file

@ -1,6 +1,6 @@
[package]
name = "grin_wallet_libwallet"
version = "2.0.0"
version = "2.0.1-beta.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"
@ -25,7 +25,7 @@ lazy_static = "1"
strum = "0.15"
strum_macros = "0.15"
grin_wallet_util = { path = "../util", version = "2.0.0" }
grin_wallet_util = { path = "../util", version = "2.0.1-beta.1" }
[dev-dependencies]
grin_wallet_config = { path = "../config", version = "2.0.0" }
grin_wallet_config = { path = "../config", version = "2.0.1-beta.1" }

View file

@ -1,6 +1,6 @@
[package]
name = "grin_wallet_util"
version = "2.0.0"
version = "2.0.1-beta.1"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Util, for generic utilities and to re-export grin crates"
license = "Apache-2.0"
@ -17,12 +17,12 @@ toml = "0.4"
dirs = "1.0.3"
# For Release
grin_core = "2.0.0"
grin_keychain = "2.0.0"
grin_chain = "2.0.0"
grin_util = "2.0.0"
grin_api = "2.0.0"
grin_store = "2.0.0"
# grin_core = "2.0.0"
# grin_keychain = "2.0.0"
# grin_chain = "2.0.0"
# grin_util = "2.0.0"
# grin_api = "2.0.0"
# grin_store = "2.0.0"
# For beta release
# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "2.0.0-beta.2" }
@ -33,12 +33,12 @@ grin_store = "2.0.0"
# grin_store = { git = "https://github.com/mimblewimble/grin", tag = "2.0.0-beta.2" }
# For bleeding edge
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
# grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
# grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
# For local testing
#grin_core = { path = "../../grin/core", version= "2.0.0-beta.2"}