From fbbd634a39a695b2bcb7d133c98d4718c3f87fc1 Mon Sep 17 00:00:00 2001 From: Simon Wicky Date: Tue, 6 Feb 2024 10:44:27 +0100 Subject: [PATCH] apply octlol suggestion --- Cargo.lock | 2 +- common/topology-control/Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3d0413847..29e151126b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7488,7 +7488,7 @@ dependencies = [ [[package]] name = "nym-topology-control" -version = "1.1.15" +version = "0.1.0" dependencies = [ "async-trait", "futures", diff --git a/common/topology-control/Cargo.toml b/common/topology-control/Cargo.toml index 016c21b748..06925acf2c 100644 --- a/common/topology-control/Cargo.toml +++ b/common/topology-control/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "nym-topology-control" -version = "1.1.15" -authors = ["Dave Hrycyszyn "] -edition = "2021" -rust-version = "1.66" +version = "0.1.0" +edition.workspace = true +authors.workspace = true license.workspace = true +repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html