Skip to content

Commit

Permalink
cover std on [package.metadata.docs.rs] for noise_sv2 and `code…
Browse files Browse the repository at this point in the history
…c_sv2`..

added via stratum-mining#1238 and stratum-mining#1346
  • Loading branch information
plebhash committed Jan 28, 2025
1 parent 2d65263 commit 757b9ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/v2/codec-sv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ with_serde = ["binary_sv2/with_serde", "serde", "framing_sv2/with_serde", "buffe
with_buffer_pool = ["framing_sv2/with_buffer_pool"]

[package.metadata.docs.rs]
features = ["with_buffer_pool", "noise_sv2"]
features = ["with_buffer_pool", "noise_sv2", "std"]
3 changes: 3 additions & 0 deletions protocols/v2/noise-sv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ panic = "unwind"

[profile.release]
panic = "abort"

[package.metadata.docs.rs]
features = ["std"]

0 comments on commit 757b9ef

Please sign in to comment.