From 40514326facb19bbd64a9595e57b47e153d56edf Mon Sep 17 00:00:00 2001 From: pgherveou Date: Thu, 3 Aug 2023 20:41:15 +0200 Subject: [PATCH] Fix author missing breaks --- test/contract/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/contract/Cargo.toml b/test/contract/Cargo.toml index df5496d..8743db3 100644 --- a/test/contract/Cargo.toml +++ b/test/contract/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "xcm_contract" +authors = ["Parity Technologies "] version = "0.1.0" edition = "2021"