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 #1238 and #1346
  • Loading branch information
plebhash committed Jan 21, 2025
1 parent bcf4b10 commit a1a2fd9
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 a1a2fd9

Please sign in to comment.