From 4f23d7e58b6ea9a481a7533085ddcd975c8535cc Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Fri, 10 Jan 2020 10:09:18 +0000 Subject: [PATCH] Fixed author strings for other common crates --- common/addressing/Cargo.toml | 2 +- common/topology/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/addressing/Cargo.toml b/common/addressing/Cargo.toml index eef74d0cc5..3ffea36a3a 100644 --- a/common/addressing/Cargo.toml +++ b/common/addressing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "addressing" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] +authors = ["Jedrzej Stuczynski "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/topology/Cargo.toml b/common/topology/Cargo.toml index 2fe226e5fc..d0ac518d15 100644 --- a/common/topology/Cargo.toml +++ b/common/topology/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "topology" version = "0.1.0" -authors = ["Jedrzej Stuczynski "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html