From 87ed04e3491d1a52486bf04b520b582a66a6f8f9 Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Fri, 21 Jun 2024 11:14:58 +0200 Subject: [PATCH] fix Cargo.toml --- pallets/authority-members/Cargo.toml | 1 - pallets/certification/Cargo.toml | 1 - pallets/distance/Cargo.toml | 1 - pallets/duniter-account/Cargo.toml | 1 - pallets/duniter-wot/Cargo.toml | 1 - pallets/identity/Cargo.toml | 1 - pallets/membership/Cargo.toml | 1 - pallets/offences/Cargo.toml | 1 - pallets/oneshot-account/Cargo.toml | 1 - pallets/quota/Cargo.toml | 1 - pallets/session-benchmarking/Cargo.toml | 1 - pallets/smith-members/Cargo.toml | 1 - 12 files changed, 12 deletions(-) diff --git a/pallets/authority-members/Cargo.toml b/pallets/authority-members/Cargo.toml index 2e3aa3a14..0062b5c52 100644 --- a/pallets/authority-members/Cargo.toml +++ b/pallets/authority-members/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-authority-members" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/certification/Cargo.toml b/pallets/certification/Cargo.toml index eff126ff9..86a5b131e 100644 --- a/pallets/certification/Cargo.toml +++ b/pallets/certification/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-certification" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/distance/Cargo.toml b/pallets/distance/Cargo.toml index a87803501..447ffca74 100644 --- a/pallets/distance/Cargo.toml +++ b/pallets/distance/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-distance" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/duniter-account/Cargo.toml b/pallets/duniter-account/Cargo.toml index 6b0737d78..d09510ebc 100644 --- a/pallets/duniter-account/Cargo.toml +++ b/pallets/duniter-account/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-duniter-account" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/duniter-wot/Cargo.toml b/pallets/duniter-wot/Cargo.toml index dd247896e..1b8885b78 100644 --- a/pallets/duniter-wot/Cargo.toml +++ b/pallets/duniter-wot/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-duniter-wot" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/identity/Cargo.toml b/pallets/identity/Cargo.toml index c62eaa2cc..bdf37b8d6 100644 --- a/pallets/identity/Cargo.toml +++ b/pallets/identity/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-identity" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/membership/Cargo.toml b/pallets/membership/Cargo.toml index b43852aa0..041da9909 100644 --- a/pallets/membership/Cargo.toml +++ b/pallets/membership/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-membership" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/offences/Cargo.toml b/pallets/offences/Cargo.toml index ccc57523e..86733790b 100644 --- a/pallets/offences/Cargo.toml +++ b/pallets/offences/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true -readme = "README.md" version.workspace = true [package.metadata.docs.rs] diff --git a/pallets/oneshot-account/Cargo.toml b/pallets/oneshot-account/Cargo.toml index d019ccef6..4eb9435a9 100644 --- a/pallets/oneshot-account/Cargo.toml +++ b/pallets/oneshot-account/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-oneshot-account" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/quota/Cargo.toml b/pallets/quota/Cargo.toml index 3c92a89ec..7b951e025 100644 --- a/pallets/quota/Cargo.toml +++ b/pallets/quota/Cargo.toml @@ -5,7 +5,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true name = "pallet-quota" -readme = "README.md" repository.workspace = true version.workspace = true diff --git a/pallets/session-benchmarking/Cargo.toml b/pallets/session-benchmarking/Cargo.toml index 3da6b64a6..0ce08a13d 100644 --- a/pallets/session-benchmarking/Cargo.toml +++ b/pallets/session-benchmarking/Cargo.toml @@ -6,7 +6,6 @@ license.workspace = true homepage.workspace = true repository.workspace = true description = "FRAME sessions pallet benchmarking" -readme = "README.md" version.workspace = true [package.metadata.docs.rs] diff --git a/pallets/smith-members/Cargo.toml b/pallets/smith-members/Cargo.toml index d18fc3cfb..47f3b24f2 100644 --- a/pallets/smith-members/Cargo.toml +++ b/pallets/smith-members/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true -readme = "README.md" version.workspace = true [package.metadata.docs.rs] -- GitLab