Update the version to 0.11.0 for non-upgradable crates

This commit is contained in:
Bogdan-Ștefan Neacșu
2021-07-20 16:31:55 +03:00
parent 111cccea97
commit b1fe1f6073
6 changed files with 9 additions and 9 deletions
Generated
+3 -3
View File
@@ -349,7 +349,7 @@ dependencies = [
[[package]]
name = "client-core"
version = "0.11.0-rc1"
version = "0.11.0"
dependencies = [
"config",
"crypto",
@@ -1703,7 +1703,7 @@ dependencies = [
[[package]]
name = "nym-client-wasm"
version = "0.11.0-rc1"
version = "0.11.0"
dependencies = [
"console_error_panic_hook",
"crypto",
@@ -1786,7 +1786,7 @@ dependencies = [
[[package]]
name = "nym-network-requester"
version = "0.11.0-rc1"
version = "0.11.0"
dependencies = [
"clap",
"dirs",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "client-core"
version = "0.11.0-rc1"
version = "0.11.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
edition = "2018"
@@ -28,4 +28,4 @@ topology = { path = "../../common/topology" }
validator-client = { path = "../../common/client-libs/validator-client" }
[dev-dependencies]
tempfile = "3.1.0"
tempfile = "3.1.0"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "nym-client-wasm"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jedrzej Stuczynski <andrew@nymtech.net>"]
version = "0.11.0-rc1"
version = "0.11.0"
edition = "2018"
keywords = ["nym", "sphinx", "wasm", "webassembly", "privacy", "client"]
license = "Apache-2.0"
@@ -3,7 +3,7 @@
[package]
name = "nym-network-requester"
version = "0.11.0-rc1"
version = "0.11.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
edition = "2018"
+1 -1
View File
@@ -1627,7 +1627,7 @@ dependencies = [
[[package]]
name = "nym-validator-api"
version = "0.11.0-rc1"
version = "0.11.0"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "nym-validator-api"
version = "0.11.0-rc1"
version = "0.11.0"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",