From bb02ba63f33baa2f3c4472699fe3e01d20a0e454 Mon Sep 17 00:00:00 2001 From: Lulu Date: Sat, 29 Jul 2023 09:53:59 +0100 Subject: [PATCH] Remove readme from pallet-example-kitchensink's Cargo.toml (#14671) Fixes publish from failing. --- substrate/frame/examples/kitchensink/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/substrate/frame/examples/kitchensink/Cargo.toml b/substrate/frame/examples/kitchensink/Cargo.toml index 31141a0fff..92a0dc453f 100644 --- a/substrate/frame/examples/kitchensink/Cargo.toml +++ b/substrate/frame/examples/kitchensink/Cargo.toml @@ -7,7 +7,6 @@ license = "MIT-0" homepage = "https://substrate.io" repository = "https://github.com/paritytech/substrate/" description = "FRAME example kitchensink pallet" -readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]