From 840b9d9610900eae214c0d4fd34fc50c53f54b87 Mon Sep 17 00:00:00 2001 From: plebhash Date: Tue, 7 Jan 2025 11:46:17 -0300 Subject: [PATCH] remove readme field from Cargo.toml of crates that dont have a README.md --- roles/roles-utils/rpc/Cargo.toml | 1 - utils/error-handling/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/roles-utils/rpc/Cargo.toml b/roles/roles-utils/rpc/Cargo.toml index 3a17ef02b9..129354cdb8 100644 --- a/roles/roles-utils/rpc/Cargo.toml +++ b/roles/roles-utils/rpc/Cargo.toml @@ -5,7 +5,6 @@ authors = ["The Stratum V2 Developers"] edition = "2021" description = "SV2 JD Server RPC" documentation = "https://docs.rs/rpc_sv2" -readme = "README.md" homepage = "https://stratumprotocol.org" repository = "https://github.com/stratum-mining/stratum" license = "MIT OR Apache-2.0" diff --git a/utils/error-handling/Cargo.toml b/utils/error-handling/Cargo.toml index 8d9c7fd072..1999d7bcb8 100644 --- a/utils/error-handling/Cargo.toml +++ b/utils/error-handling/Cargo.toml @@ -5,7 +5,6 @@ authors = ["The Stratum V2 Developers"] edition = "2021" description = "Macro used to clean and centralize error handling within async processes" documentation = "https://docs.rs/error_handling" -readme = "README.md" homepage = "https://stratumprotocol.org" repository = "https://github.com/stratum-mining/stratum" license = "MIT OR Apache-2.0"