mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Update versioning for 5.3.0, update grin_secp256k1zkp dependency (#3786)
This commit is contained in:
parent
43b43d9749
commit
163ca397f4
12 changed files with 71 additions and 78 deletions
33
Cargo.lock
generated
33
Cargo.lock
generated
|
@ -871,7 +871,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin"
|
name = "grin"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
"built",
|
"built",
|
||||||
|
@ -899,7 +899,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_api"
|
name = "grin_api"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.5.6",
|
"bytes 0.5.6",
|
||||||
"easy-jsonrpc-mw",
|
"easy-jsonrpc-mw",
|
||||||
|
@ -930,7 +930,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_chain"
|
name = "grin_chain"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit-vec",
|
"bit-vec",
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
|
@ -954,7 +954,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_config"
|
name = "grin_config"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dirs",
|
"dirs",
|
||||||
"grin_core",
|
"grin_core",
|
||||||
|
@ -970,7 +970,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_core"
|
name = "grin_core"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -996,7 +996,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_keychain"
|
name = "grin_keychain"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -1017,7 +1017,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_p2p"
|
name = "grin_p2p"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"bytes 0.5.6",
|
"bytes 0.5.6",
|
||||||
|
@ -1039,7 +1039,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_pool"
|
name = "grin_pool"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -1056,15 +1056,14 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_secp256k1zkp"
|
name = "grin_secp256k1zkp"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b04798e32404c0af082b6a209ad4df1ab1d9ec3a5a5056f284cfa32f74e59ce6"
|
checksum = "447e2e66d2f6cc14d49afdad59a5b26f47654c845483dbb3f3403ace0dbb94b4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec 0.3.25",
|
"arrayvec 0.3.25",
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
"rand 0.5.6",
|
"rand 0.5.6",
|
||||||
"rustc-serialize",
|
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"zeroize",
|
"zeroize",
|
||||||
|
@ -1072,7 +1071,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_servers"
|
name = "grin_servers"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"fs2",
|
"fs2",
|
||||||
|
@ -1101,7 +1100,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_store"
|
name = "grin_store"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -1123,7 +1122,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_util"
|
name = "grin_util"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"base64 0.12.3",
|
"base64 0.12.3",
|
||||||
|
@ -2286,12 +2285,6 @@ version = "0.1.23"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rustc-serialize"
|
|
||||||
version = "0.3.25"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustix"
|
name = "rustix"
|
||||||
version = "0.38.30"
|
version = "0.38.30"
|
||||||
|
|
22
Cargo.toml
22
Cargo.toml
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin"
|
name = "grin"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
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"
|
||||||
|
@ -32,14 +32,14 @@ serde_json = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
term = "0.6"
|
term = "0.6"
|
||||||
|
|
||||||
grin_api = { path = "./api", version = "5.3.0-alpha.1" }
|
grin_api = { path = "./api", version = "5.3.0" }
|
||||||
grin_config = { path = "./config", version = "5.3.0-alpha.1" }
|
grin_config = { path = "./config", version = "5.3.0" }
|
||||||
grin_chain = { path = "./chain", version = "5.3.0-alpha.1" }
|
grin_chain = { path = "./chain", version = "5.3.0" }
|
||||||
grin_core = { path = "./core", version = "5.3.0-alpha.1" }
|
grin_core = { path = "./core", version = "5.3.0" }
|
||||||
grin_keychain = { path = "./keychain", version = "5.3.0-alpha.1" }
|
grin_keychain = { path = "./keychain", version = "5.3.0" }
|
||||||
grin_p2p = { path = "./p2p", version = "5.3.0-alpha.1" }
|
grin_p2p = { path = "./p2p", version = "5.3.0" }
|
||||||
grin_servers = { path = "./servers", version = "5.3.0-alpha.1" }
|
grin_servers = { path = "./servers", version = "5.3.0" }
|
||||||
grin_util = { path = "./util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "./util", version = "5.3.0" }
|
||||||
|
|
||||||
[dependencies.cursive]
|
[dependencies.cursive]
|
||||||
version = "0.20"
|
version = "0.20"
|
||||||
|
@ -50,5 +50,5 @@ features = ["pancurses-backend"]
|
||||||
built = { version = "0.4", features = ["git2"]}
|
built = { version = "0.4", features = ["git2"]}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
grin_chain = { path = "./chain", version = "5.3.0-alpha.1" }
|
grin_chain = { path = "./chain", version = "5.3.0" }
|
||||||
grin_store = { path = "./store", version = "5.3.0-alpha.1" }
|
grin_store = { path = "./store", version = "5.3.0" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_api"
|
name = "grin_api"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "APIs for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "APIs for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -30,9 +30,9 @@ rustls = "0.17"
|
||||||
url = "2.1"
|
url = "2.1"
|
||||||
bytes = "0.5"
|
bytes = "0.5"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "5.3.0-alpha.1" }
|
grin_core = { path = "../core", version = "5.3.0" }
|
||||||
grin_chain = { path = "../chain", version = "5.3.0-alpha.1" }
|
grin_chain = { path = "../chain", version = "5.3.0" }
|
||||||
grin_p2p = { path = "../p2p", version = "5.3.0-alpha.1" }
|
grin_p2p = { path = "../p2p", version = "5.3.0" }
|
||||||
grin_pool = { path = "../pool", version = "5.3.0-alpha.1" }
|
grin_pool = { path = "../pool", version = "5.3.0" }
|
||||||
grin_store = { path = "../store", version = "5.3.0-alpha.1" }
|
grin_store = { path = "../store", version = "5.3.0" }
|
||||||
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "../util", version = "5.3.0" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_chain"
|
name = "grin_chain"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -23,10 +23,10 @@ chrono = "0.4.11"
|
||||||
lru-cache = "0.1"
|
lru-cache = "0.1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "5.3.0-alpha.1" }
|
grin_core = { path = "../core", version = "5.3.0" }
|
||||||
grin_keychain = { path = "../keychain", version = "5.3.0-alpha.1" }
|
grin_keychain = { path = "../keychain", version = "5.3.0" }
|
||||||
grin_store = { path = "../store", version = "5.3.0-alpha.1" }
|
grin_store = { path = "../store", version = "5.3.0" }
|
||||||
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "../util", version = "5.3.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.7"
|
env_logger = "0.7"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_config"
|
name = "grin_config"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Configuration for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Configuration for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -16,10 +16,10 @@ serde_derive = "1"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
dirs = "2.0"
|
dirs = "2.0"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "5.3.0-alpha.1" }
|
grin_core = { path = "../core", version = "5.3.0" }
|
||||||
grin_servers = { path = "../servers", version = "5.3.0-alpha.1" }
|
grin_servers = { path = "../servers", version = "5.3.0" }
|
||||||
grin_p2p = { path = "../p2p", version = "5.3.0-alpha.1" }
|
grin_p2p = { path = "../p2p", version = "5.3.0" }
|
||||||
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "../util", version = "5.3.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.6.1"
|
pretty_assertions = "0.6.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_core"
|
name = "grin_core"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -28,8 +28,8 @@ chrono = { version = "0.4.11", features = ["serde"] }
|
||||||
zeroize = { version = "1.1", features =["zeroize_derive"] }
|
zeroize = { version = "1.1", features =["zeroize_derive"] }
|
||||||
bytes = "0.5"
|
bytes = "0.5"
|
||||||
|
|
||||||
keychain = { package = "grin_keychain", path = "../keychain", version = "5.3.0-alpha.1" }
|
keychain = { package = "grin_keychain", path = "../keychain", version = "5.3.0" }
|
||||||
util = { package = "grin_util", path = "../util", version = "5.3.0-alpha.1" }
|
util = { package = "grin_util", path = "../util", version = "5.3.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_keychain"
|
name = "grin_keychain"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -26,4 +26,4 @@ ripemd160 = "0.9"
|
||||||
sha2 = "0.9"
|
sha2 = "0.9"
|
||||||
pbkdf2 = "0.8"
|
pbkdf2 = "0.8"
|
||||||
|
|
||||||
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "../util", version = "5.3.0" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_p2p"
|
name = "grin_p2p"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -22,10 +22,10 @@ log = "0.4"
|
||||||
chrono = { version = "0.4.11", features = ["serde"] }
|
chrono = { version = "0.4.11", features = ["serde"] }
|
||||||
bytes = "0.5"
|
bytes = "0.5"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "5.3.0-alpha.1" }
|
grin_core = { path = "../core", version = "5.3.0" }
|
||||||
grin_store = { path = "../store", version = "5.3.0-alpha.1" }
|
grin_store = { path = "../store", version = "5.3.0" }
|
||||||
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "../util", version = "5.3.0" }
|
||||||
grin_chain = { path = "../chain", version = "5.3.0-alpha.1" }
|
grin_chain = { path = "../chain", version = "5.3.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
grin_pool = { path = "../pool", version = "5.3.0-alpha.1" }
|
grin_pool = { path = "../pool", version = "5.3.0" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_pool"
|
name = "grin_pool"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -18,9 +18,9 @@ thiserror = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
chrono = "0.4.11"
|
chrono = "0.4.11"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "5.3.0-alpha.1" }
|
grin_core = { path = "../core", version = "5.3.0" }
|
||||||
grin_keychain = { path = "../keychain", version = "5.3.0-alpha.1" }
|
grin_keychain = { path = "../keychain", version = "5.3.0" }
|
||||||
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "../util", version = "5.3.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
grin_chain = { path = "../chain", version = "5.3.0-alpha.1" }
|
grin_chain = { path = "../chain", version = "5.3.0" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_servers"
|
name = "grin_servers"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
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"
|
||||||
|
@ -26,11 +26,11 @@ tokio = {version = "0.2", features = ["full"] }
|
||||||
tokio-util = { version = "0.2", features = ["codec"] }
|
tokio-util = { version = "0.2", features = ["codec"] }
|
||||||
walkdir = "2.3.1"
|
walkdir = "2.3.1"
|
||||||
|
|
||||||
grin_api = { path = "../api", version = "5.3.0-alpha.1" }
|
grin_api = { path = "../api", version = "5.3.0" }
|
||||||
grin_chain = { path = "../chain", version = "5.3.0-alpha.1" }
|
grin_chain = { path = "../chain", version = "5.3.0" }
|
||||||
grin_core = { path = "../core", version = "5.3.0-alpha.1" }
|
grin_core = { path = "../core", version = "5.3.0" }
|
||||||
grin_keychain = { path = "../keychain", version = "5.3.0-alpha.1" }
|
grin_keychain = { path = "../keychain", version = "5.3.0" }
|
||||||
grin_p2p = { path = "../p2p", version = "5.3.0-alpha.1" }
|
grin_p2p = { path = "../p2p", version = "5.3.0" }
|
||||||
grin_pool = { path = "../pool", version = "5.3.0-alpha.1" }
|
grin_pool = { path = "../pool", version = "5.3.0" }
|
||||||
grin_store = { path = "../store", version = "5.3.0-alpha.1" }
|
grin_store = { path = "../store", version = "5.3.0" }
|
||||||
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "../util", version = "5.3.0" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_store"
|
name = "grin_store"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
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"
|
||||||
|
@ -21,8 +21,8 @@ serde_derive = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "5.3.0-alpha.1" }
|
grin_core = { path = "../core", version = "5.3.0" }
|
||||||
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
|
grin_util = { path = "../util", version = "5.3.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
chrono = "0.4.11"
|
chrono = "0.4.11"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_util"
|
name = "grin_util"
|
||||||
version = "5.3.0-alpha.1"
|
version = "5.3.0"
|
||||||
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"
|
||||||
|
@ -28,5 +28,5 @@ zeroize = { version = "1.1", features =["zeroize_derive"] }
|
||||||
#git = "https://github.com/mimblewimble/rust-secp256k1-zkp"
|
#git = "https://github.com/mimblewimble/rust-secp256k1-zkp"
|
||||||
#tag = "grin_integration_29"
|
#tag = "grin_integration_29"
|
||||||
#path = "../../rust-secp256k1-zkp"
|
#path = "../../rust-secp256k1-zkp"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
features = ["bullet-proof-sizing"]
|
features = ["bullet-proof-sizing"]
|
||||||
|
|
Loading…
Reference in a new issue