Skip to content

Commit 815012a

Browse files
authored
Merge pull request #1328 from plebhash/fix-readme-cargo-toml
remove `readme` field from `Cargo.toml` of crates that dont have a `README.md`
2 parents 1f2c5e8 + 1eff327 commit 815012a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

protocols/v2/roles-logic-sv2/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "roles_logic_sv2"
33
version = "1.2.2"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
6-
readme = "README.md"
76
description = "Common handlers for use within SV2 roles"
87
documentation = "https://docs.rs/roles_logic_sv2"
98
license = "MIT OR Apache-2.0"

protocols/v2/sv2-ffi/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "sv2_ffi"
33
version = "1.0.1"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
6-
readme = "README.md"
76
description = "SV2 FFI"
87
documentation = "https://github.com/stratum-mining/stratum"
98
license = "MIT OR Apache-2.0"

roles/roles-utils/network-helpers/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["The Stratum V2 Developers"]
55
edition = "2018"
66
description = "Networking utils for SV2 roles"
77
documentation = "https://docs.rs/network_helpers_sv2"
8-
readme = "README.md"
98
homepage = "https://stratumprotocol.org"
109
repository = "https://github.com/stratum-mining/stratum"
1110
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)