From 22df65aad717e8e45279eb2d72ae7c5c4cd86f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Fri, 17 Feb 2023 14:44:16 +0100 Subject: [PATCH] pemstore: set version to 0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 1 - common/pemstore/Cargo.toml | 2 +- mixnode/Cargo.toml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52e8dae2dc..364b734f12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3784,7 +3784,7 @@ dependencies = [ [[package]] name = "nym-pemstore" -version = "1.1.9" +version = "0.1.0" dependencies = [ "pem", ] diff --git a/Cargo.toml b/Cargo.toml index 071373f8e9..ab87c5f40d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/common/pemstore/Cargo.toml b/common/pemstore/Cargo.toml index b728cc595f..a5542ff097 100644 --- a/common/pemstore/Cargo.toml +++ b/common/pemstore/Cargo.toml @@ -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 } diff --git a/mixnode/Cargo.toml b/mixnode/Cargo.toml index e4345a0c11..13f098a51c 100644 --- a/mixnode/Cargo.toml +++ b/mixnode/Cargo.toml @@ -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" }