Skip to content

Commit

Permalink
inout: re-add package.metadata.docs.rs to Cargo.toml
Browse files Browse the repository at this point in the history
We need to instruct it to build with the `block-padding` feature to
ensure that's properly documented.

This commit re-adds `all-features = true`
  • Loading branch information
tarcieri committed Sep 28, 2024
1 parent cc05456 commit c5444b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ readme = "README.md"
[dependencies]
block-padding = { version = "0.4.0-rc.1", path = "../block-padding", optional = true }
hybrid-array = "0.2.0-rc.10"

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

0 comments on commit c5444b1

Please sign in to comment.