Skip to content

Commit

Permalink
avoid publishing template_distribution_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 deprecated via stratum-mining#1315
- with_serde will be deprecated soon
- no point in publishing docs for code under prop_test
  • Loading branch information
plebhash committed Dec 23, 2024
1 parent e8d76d6 commit 3b2fffc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protocols/v2/subprotocols/template-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ quickcheck_macros = { version = "1", optional=true }
no_std = []
with_serde = ["binary_sv2/with_serde", "serde"]
prop_test = ["quickcheck"]

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

0 comments on commit 3b2fffc

Please sign in to comment.