Skip to content

Commit

Permalink
async-signature: forward std feature (#1582)
Browse files Browse the repository at this point in the history
`std` gates the From<std::error::Error> implementation from signature.

This allows to enable the feature without importing signature directly.
  • Loading branch information
baloo authored Jun 5, 2024
1 parent ab9ea2f commit d15d165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async-signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ signature = "=2.3.0-pre.3"

[features]
digest = ["signature/digest"]
std = ["signature/std"]
rand_core = ["signature/rand_core"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit d15d165

Please sign in to comment.