mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
fix future version number
This commit is contained in:
parent
a1f2e1f2eb
commit
c7a00478aa
7 changed files with 101 additions and 101 deletions
162
Cargo.lock
generated
162
Cargo.lock
generated
|
@ -553,18 +553,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "grin_api"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
version = "1.1.1-beta.1"
|
||||
source = "git+https://github.com/mimblewimble/grin#dfb4d5afae35a3d0e7507556011a9645e0de2521"
|
||||
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.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_chain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_p2p 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_pool 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_chain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_core 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_p2p 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_pool 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_store 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_util 1.1.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 = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
version = "1.1.1-beta.1"
|
||||
source = "git+https://github.com/mimblewimble/grin#dfb4d5afae35a3d0e7507556011a9645e0de2521"
|
||||
dependencies = [
|
||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.3.1 (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 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_core 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_keychain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_store 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_util 1.1.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 = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
version = "1.1.1-beta.1"
|
||||
source = "git+https://github.com/mimblewimble/grin#dfb4d5afae35a3d0e7507556011a9645e0de2521"
|
||||
dependencies = [
|
||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.3.1 (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 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_keychain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_util 1.1.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)",
|
||||
|
@ -634,13 +634,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_keychain"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
version = "1.1.1-beta.1"
|
||||
source = "git+https://github.com/mimblewimble/grin#dfb4d5afae35a3d0e7507556011a9645e0de2521"
|
||||
dependencies = [
|
||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.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)",
|
||||
|
@ -657,17 +657,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_p2p"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
version = "1.1.1-beta.1"
|
||||
source = "git+https://github.com/mimblewimble/grin#dfb4d5afae35a3d0e7507556011a9645e0de2521"
|
||||
dependencies = [
|
||||
"bitflags 1.0.4 (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.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_chain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_chain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_core 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_store 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_util 1.1.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)",
|
||||
|
@ -679,17 +679,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_pool"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
version = "1.1.1-beta.1"
|
||||
source = "git+https://github.com/mimblewimble/grin#dfb4d5afae35a3d0e7507556011a9645e0de2521"
|
||||
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)",
|
||||
"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 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_core 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_keychain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_store 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_util 1.1.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.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -712,16 +712,16 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_store"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
version = "1.1.1-beta.1"
|
||||
source = "git+https://github.com/mimblewimble/grin#dfb4d5afae35a3d0e7507556011a9645e0de2521"
|
||||
dependencies = [
|
||||
"byteorder 1.3.1 (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 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_core 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_util 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"libc 0.2.55 (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)",
|
||||
|
@ -733,8 +733,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_util"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
version = "1.1.1-beta.1"
|
||||
source = "git+https://github.com/mimblewimble/grin#dfb4d5afae35a3d0e7507556011a9645e0de2521"
|
||||
dependencies = [
|
||||
"backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -754,19 +754,19 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_wallet"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1-beta.1"
|
||||
dependencies = [
|
||||
"built 0.3.0 (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.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_api 1.1.0",
|
||||
"grin_wallet_config 1.1.0",
|
||||
"grin_wallet_controller 1.1.0",
|
||||
"grin_wallet_impls 1.1.0",
|
||||
"grin_wallet_libwallet 1.1.0",
|
||||
"grin_wallet_util 1.1.0",
|
||||
"grin_wallet_api 1.1.1-beta.1",
|
||||
"grin_wallet_config 1.1.1-beta.1",
|
||||
"grin_wallet_controller 1.1.1-beta.1",
|
||||
"grin_wallet_impls 1.1.1-beta.1",
|
||||
"grin_wallet_libwallet 1.1.1-beta.1",
|
||||
"grin_wallet_util 1.1.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)",
|
||||
|
@ -775,16 +775,16 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_wallet_api"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1-beta.1"
|
||||
dependencies = [
|
||||
"chrono 0.4.6 (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 1.1.0",
|
||||
"grin_wallet_impls 1.1.0",
|
||||
"grin_wallet_libwallet 1.1.0",
|
||||
"grin_wallet_util 1.1.0",
|
||||
"grin_wallet_config 1.1.1-beta.1",
|
||||
"grin_wallet_impls 1.1.1-beta.1",
|
||||
"grin_wallet_libwallet 1.1.1-beta.1",
|
||||
"grin_wallet_util 1.1.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)",
|
||||
|
@ -793,10 +793,10 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_wallet_config"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1-beta.1"
|
||||
dependencies = [
|
||||
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_wallet_util 1.1.0",
|
||||
"grin_wallet_util 1.1.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.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -806,18 +806,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_wallet_controller"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1-beta.1"
|
||||
dependencies = [
|
||||
"chrono 0.4.6 (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.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_wallet_api 1.1.0",
|
||||
"grin_wallet_config 1.1.0",
|
||||
"grin_wallet_impls 1.1.0",
|
||||
"grin_wallet_libwallet 1.1.0",
|
||||
"grin_wallet_util 1.1.0",
|
||||
"grin_wallet_api 1.1.1-beta.1",
|
||||
"grin_wallet_config 1.1.1-beta.1",
|
||||
"grin_wallet_impls 1.1.1-beta.1",
|
||||
"grin_wallet_libwallet 1.1.1-beta.1",
|
||||
"grin_wallet_util 1.1.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)",
|
||||
|
@ -837,16 +837,16 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_wallet_impls"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1-beta.1"
|
||||
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)",
|
||||
"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.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_wallet_config 1.1.0",
|
||||
"grin_wallet_libwallet 1.1.0",
|
||||
"grin_wallet_util 1.1.0",
|
||||
"grin_wallet_config 1.1.1-beta.1",
|
||||
"grin_wallet_libwallet 1.1.1-beta.1",
|
||||
"grin_wallet_util 1.1.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)",
|
||||
|
@ -861,14 +861,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_wallet_libwallet"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1-beta.1"
|
||||
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)",
|
||||
"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 1.1.0",
|
||||
"grin_wallet_util 1.1.0",
|
||||
"grin_wallet_config 1.1.1-beta.1",
|
||||
"grin_wallet_util 1.1.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)",
|
||||
|
@ -882,15 +882,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grin_wallet_util"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1-beta.1"
|
||||
dependencies = [
|
||||
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_api 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_chain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"grin_api 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_chain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_core 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_keychain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_store 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)",
|
||||
"grin_util 1.1.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.91 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -2794,15 +2794,15 @@ dependencies = [
|
|||
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
||||
"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
|
||||
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
||||
"checksum grin_api 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9720b56619eb854e6d1ed4221a50cf669f39b7ee7c7519e9bf5bd45872665dea"
|
||||
"checksum grin_chain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bfd7dde76b0c0a6da1151d4d14dd19c3dff882f45205ca8c7c348ff37d18a317"
|
||||
"checksum grin_core 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b08d46a558ba1c6451b343deb2fd607e1829965969bdc9a09417a60e3c615015"
|
||||
"checksum grin_keychain 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aef5c2b6175877f42052e3095c2dbf0bf6b7136aa0f92398fa7914a6ee6e0d99"
|
||||
"checksum grin_p2p 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8b7826739d7d3d64d31ff6eda890d4e1efe56f82e53b97613c7c74c85c0fff2"
|
||||
"checksum grin_pool 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d19f91334fdb70d95164f00dba4b77bf10321740a446ff81223f2bffe4ce417"
|
||||
"checksum grin_api 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
||||
"checksum grin_chain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
||||
"checksum grin_core 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
||||
"checksum grin_keychain 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
||||
"checksum grin_p2p 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
||||
"checksum grin_pool 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
||||
"checksum grin_secp256k1zkp 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "75e9a265f3eeea4c204470f7262e2c6fe18f3d8ddf5fb24340cb550ac4f909c5"
|
||||
"checksum grin_store 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ac5c8b11f0bbc7ad319e6b5d3a99d96bd4dd96dcfbb093e0cae2499fa19559c"
|
||||
"checksum grin_util 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7504d23ede1fa7fb48dda4a6996ab8bb2cf4da7ee4c9f5944ab5402ec17eceff"
|
||||
"checksum grin_store 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
||||
"checksum grin_util 1.1.1-beta.1 (git+https://github.com/mimblewimble/grin)" = "<none>"
|
||||
"checksum h2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "2b53def7bb0253af7718036fe9338c15defd209136819464384f3a553e07481b"
|
||||
"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"
|
||||
|
|
|
@ -18,11 +18,11 @@ serde_json = "1"
|
|||
easy-jsonrpc = "0.5.1"
|
||||
chrono = { version = "0.4.4", features = ["serde"] }
|
||||
|
||||
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.0-beta.1" }
|
||||
grin_wallet_config = { path = "../config", version = "1.1.0-beta.1" }
|
||||
grin_wallet_impls = { path = "../impls", version = "1.1.0-beta.1" }
|
||||
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.1-beta.1" }
|
||||
grin_wallet_config = { path = "../config", version = "1.1.1-beta.1" }
|
||||
grin_wallet_impls = { path = "../impls", version = "1.1.1-beta.1" }
|
||||
|
||||
grin_wallet_util = { path = "../util", version = "1.1.0-beta.1" }
|
||||
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_config"
|
||||
version = "1.1.0-beta.1"
|
||||
version = "1.1.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 = "1.1.0-beta.1" }
|
||||
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.5.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_controller"
|
||||
version = "1.1.0-beta.1"
|
||||
version = "1.1.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 = "1.1.0-beta.1" }
|
||||
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }
|
||||
|
||||
grin_wallet_api = { path = "../api", version = "1.1.0-beta.1" }
|
||||
grin_wallet_impls = { path = "../impls", version = "1.1.0-beta.1" }
|
||||
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.0-beta.1" }
|
||||
grin_wallet_config = { path = "../config", version = "1.1.0-beta.1" }
|
||||
grin_wallet_api = { path = "../api", version = "1.1.1-beta.1" }
|
||||
grin_wallet_impls = { path = "../impls", version = "1.1.1-beta.1" }
|
||||
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.1-beta.1" }
|
||||
grin_wallet_config = { path = "../config", version = "1.1.1-beta.1" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_impls"
|
||||
version = "1.1.0-beta.1"
|
||||
version = "1.1.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 = "1.1.0-beta.1" }
|
||||
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }
|
||||
|
||||
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.0-beta.1" }
|
||||
grin_wallet_config = { path = "../config", version = "1.1.0-beta.1" }
|
||||
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.1-beta.1" }
|
||||
grin_wallet_config = { path = "../config", version = "1.1.1-beta.1" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_libwallet"
|
||||
version = "1.1.0-beta.1"
|
||||
version = "1.1.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 = "1.1.0-beta.1" }
|
||||
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }
|
||||
|
||||
[dev-dependencies]
|
||||
grin_wallet_config = { path = "../config", version = "1.1.0-beta.1" }
|
||||
grin_wallet_config = { path = "../config", version = "1.1.1-beta.1" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grin_wallet_util"
|
||||
version = "1.1.0-beta.1"
|
||||
version = "1.1.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"
|
||||
|
|
Loading…
Reference in a new issue