pemstore: set version to 0.1.0
This commit is contained in:
Generated
+1
-1
@@ -3784,7 +3784,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nym-pemstore"
|
||||
version = "1.1.9"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"pem",
|
||||
]
|
||||
|
||||
@@ -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,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
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user