Skip to content

Commit

Permalink
avoid publishing mining_sv2 with all-features..
Browse files Browse the repository at this point in the history
publishing with all-features is overengineering:
- no_std is being dropped via stratum-mining#1315
- with_serde will be dropped soon
  • Loading branch information
plebhash committed Dec 23, 2024
1 parent 9309831 commit 2d20d3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protocols/v2/subprotocols/mining/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ quickcheck_macros = "1"
[features]
no_std = []
with_serde = ["binary_sv2/with_serde", "serde"]

[package.metadata.docs.rs]
all-features = true

0 comments on commit 2d20d3f

Please sign in to comment.