mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
increment version number for next build
This commit is contained in:
parent
69dd10230a
commit
4a0bbf5cc5
8 changed files with 35 additions and 35 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -1469,7 +1469,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet"
|
name = "grin_wallet"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"built",
|
"built",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1498,7 +1498,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_api"
|
name = "grin_wallet_api"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.12.3",
|
"base64 0.12.3",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -1522,7 +1522,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_config"
|
name = "grin_wallet_config"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dirs 2.0.2",
|
"dirs 2.0.2",
|
||||||
"grin_wallet_util",
|
"grin_wallet_util",
|
||||||
|
@ -1535,7 +1535,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_controller"
|
name = "grin_wallet_controller"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"easy-jsonrpc-mw",
|
"easy-jsonrpc-mw",
|
||||||
|
@ -1566,7 +1566,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_impls"
|
name = "grin_wallet_impls"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.12.3",
|
"base64 0.12.3",
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
|
@ -1600,7 +1600,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_libwallet"
|
name = "grin_wallet_libwallet"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"age",
|
"age",
|
||||||
"base64 0.9.3",
|
"base64 0.9.3",
|
||||||
|
@ -1632,7 +1632,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_util"
|
name = "grin_wallet_util"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"data-encoding",
|
"data-encoding",
|
||||||
"ed25519-dalek",
|
"ed25519-dalek",
|
||||||
|
|
14
Cargo.toml
14
Cargo.toml
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet"
|
name = "grin_wallet"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -31,13 +31,13 @@ semver = "0.10"
|
||||||
rustyline = "6"
|
rustyline = "6"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
|
|
||||||
grin_wallet_api = { path = "./api", version = "5.1.0" }
|
grin_wallet_api = { path = "./api", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_impls = { path = "./impls", version = "5.1.0" }
|
grin_wallet_impls = { path = "./impls", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_libwallet = { path = "./libwallet", version = "5.1.0" }
|
grin_wallet_libwallet = { path = "./libwallet", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_controller = { path = "./controller", version = "5.1.0" }
|
grin_wallet_controller = { path = "./controller", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_config = { path = "./config", version = "5.1.0" }
|
grin_wallet_config = { path = "./config", version = "5.1.1-alpha.1" }
|
||||||
|
|
||||||
grin_wallet_util = { path = "./util", version = "5.1.0" }
|
grin_wallet_util = { path = "./util", version = "5.1.1-alpha.1" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
built = { version = "0.4", features = ["git2"]}
|
built = { version = "0.4", features = ["git2"]}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_api"
|
name = "grin_wallet_api"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Grin Wallet API"
|
description = "Grin Wallet API"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -24,10 +24,10 @@ ring = "0.16"
|
||||||
base64 = "0.12"
|
base64 = "0.12"
|
||||||
ed25519-dalek = "1.0.0-pre.4"
|
ed25519-dalek = "1.0.0-pre.4"
|
||||||
|
|
||||||
grin_wallet_libwallet = { path = "../libwallet", version = "5.1.0" }
|
grin_wallet_libwallet = { path = "../libwallet", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_config = { path = "../config", version = "5.1.0" }
|
grin_wallet_config = { path = "../config", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_impls = { path = "../impls", version = "5.1.0" }
|
grin_wallet_impls = { path = "../impls", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_util = { path = "../util", version = "5.1.0" }
|
grin_wallet_util = { path = "../util", version = "5.1.1-alpha.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_config"
|
name = "grin_wallet_config"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
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."
|
description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -16,7 +16,7 @@ serde_derive = "1"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
dirs = "2.0"
|
dirs = "2.0"
|
||||||
|
|
||||||
grin_wallet_util = { path = "../util", version = "5.1.0" }
|
grin_wallet_util = { path = "../util", version = "5.1.1-alpha.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.6"
|
pretty_assertions = "0.6"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_controller"
|
name = "grin_wallet_controller"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Controllers for grin wallet instantiation"
|
description = "Controllers for grin wallet instantiation"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -30,12 +30,12 @@ chrono = { version = "0.4.11", features = ["serde"] }
|
||||||
easy-jsonrpc-mw = "0.5.4"
|
easy-jsonrpc-mw = "0.5.4"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
|
|
||||||
grin_wallet_util = { path = "../util", version = "5.1.0" }
|
grin_wallet_util = { path = "../util", version = "5.1.1-alpha.1" }
|
||||||
|
|
||||||
grin_wallet_api = { path = "../api", version = "5.1.0" }
|
grin_wallet_api = { path = "../api", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_impls = { path = "../impls", version = "5.1.0" }
|
grin_wallet_impls = { path = "../impls", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_libwallet = { path = "../libwallet", version = "5.1.0" }
|
grin_wallet_libwallet = { path = "../libwallet", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_config = { path = "../config", version = "5.1.0" }
|
grin_wallet_config = { path = "../config", version = "5.1.1-alpha.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ed25519-dalek = "1.0.0-pre.4"
|
ed25519-dalek = "1.0.0-pre.4"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_impls"
|
name = "grin_wallet_impls"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Concrete types derived from libwallet traits"
|
description = "Concrete types derived from libwallet traits"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -37,9 +37,9 @@ sysinfo = "0.14"
|
||||||
base64 = "0.12.0"
|
base64 = "0.12.0"
|
||||||
url = "2.1"
|
url = "2.1"
|
||||||
|
|
||||||
grin_wallet_util = { path = "../util", version = "5.1.0" }
|
grin_wallet_util = { path = "../util", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_config = { path = "../config", version = "5.1.0" }
|
grin_wallet_config = { path = "../config", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_libwallet = { path = "../libwallet", version = "5.1.0" }
|
grin_wallet_libwallet = { path = "../libwallet", version = "5.1.1-alpha.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
"remove_dir_all" = "0.7"
|
"remove_dir_all" = "0.7"
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_libwallet"
|
name = "grin_wallet_libwallet"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -36,6 +36,6 @@ secrecy = "0.6"
|
||||||
bech32 = "0.7"
|
bech32 = "0.7"
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
|
|
||||||
grin_wallet_util = { path = "../util", version = "5.1.0" }
|
grin_wallet_util = { path = "../util", version = "5.1.1-alpha.1" }
|
||||||
grin_wallet_config = { path = "../config", version = "5.1.0" }
|
grin_wallet_config = { path = "../config", version = "5.1.1-alpha.1" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_util"
|
name = "grin_wallet_util"
|
||||||
version = "5.1.0"
|
version = "5.1.1-alpha.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Util, for generic utilities and to re-export grin crates"
|
description = "Util, for generic utilities and to re-export grin crates"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
Loading…
Reference in a new issue