pemstore: set version to 0.1.0

This commit is contained in:
Jon Häggblad
2023-02-17 14:44:16 +01:00
parent 2d3bb78819
commit 22df65aad7
4 changed files with 3 additions and 4 deletions
Generated
+1 -1
View File
@@ -3784,7 +3784,7 @@ dependencies = [
[[package]]
name = "nym-pemstore"
version = "1.1.9"
version = "0.1.0"
dependencies = [
"pem",
]
-1
View File
@@ -104,7 +104,6 @@ authors = ["Nym Technologies SA"]
repository = "https://github.com/nymtech/nym"
homepage = "https://nymtech.net"
edition = "2021"
version = "1.1.9"
license = "Apache-2"
[workspace.dependencies]
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "nym-pemstore"
description = "Store private-public keypairs in PEM format"
version = { workspace = true }
version = "0.1.0"
edition = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
+1 -1
View File
@@ -49,7 +49,7 @@ mixnet-client = { path="../common/client-libs/mixnet-client" }
mixnode-common = { path="../common/mixnode-common" }
nonexhaustive-delayqueue = { path="../common/nonexhaustive-delayqueue" }
nymsphinx = { path="../common/nymsphinx" }
nym-pemstore = { path="../common/pemstore" }
nym-pemstore = { path = "../common/pemstore", version = "0.1.0" }
task = { path = "../common/task" }
nym-types = { path = "../common/types" }
topology = { path="../common/topology" }