Merge tag 'vv0.5.0' into develop

Release v0.5.0.
This commit is contained in:
Dave Hrycyszyn
2020-03-23 10:50:27 +00:00
6 changed files with 9 additions and 9 deletions
Generated
+4 -4
View File
@@ -1535,7 +1535,7 @@ dependencies = [
[[package]]
name = "nym-client"
version = "0.5.0-rc.1"
version = "0.5.0"
dependencies = [
"addressing",
"bs58",
@@ -1569,7 +1569,7 @@ dependencies = [
[[package]]
name = "nym-mixnode"
version = "0.5.0-rc.1"
version = "0.5.0"
dependencies = [
"addressing",
"bs58",
@@ -1594,7 +1594,7 @@ dependencies = [
[[package]]
name = "nym-sfw-provider"
version = "0.5.0-rc.1"
version = "0.5.0"
dependencies = [
"bs58",
"built",
@@ -1623,7 +1623,7 @@ dependencies = [
[[package]]
name = "nym-validator"
version = "0.5.0-rc.1"
version = "0.5.0"
dependencies = [
"abci",
"built",
+1 -1
View File
@@ -1,6 +1,6 @@
## The Nym Privacy Platform
This repository contains the full Nym platform, written in Rust.
This repository contains the full Nym platform.
The platform is composed of multiple Rust crates. Top-level executable binary crates include:
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
build = "build.rs"
name = "nym-mixnode"
version = "0.5.0-rc.1"
version = "0.5.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
edition = "2018"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
build = "build.rs"
name = "nym-client"
version = "0.5.0-rc.1"
version = "0.5.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
edition = "2018"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
build = "build.rs"
name = "nym-sfw-provider"
version = "0.5.0-rc.1"
version = "0.5.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
edition = "2018"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
build = "build.rs"
name = "nym-validator"
version = "0.5.0-rc.1"
version = "0.5.0"
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
edition = "2018"