Skip to content

Commit

Permalink
the derive.rs tests also depends on the digest feature (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkjall authored Aug 22, 2023
1 parent eb8e409 commit 38c0ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signature/tests/derive.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Tests for code generated by `signature_derive`

#![cfg(feature = "derive")]
#![cfg(all(feature = "derive", feature = "digest"))]

use digest::{generic_array::GenericArray, Digest, OutputSizeUser};
use hex_literal::hex;
Expand Down

0 comments on commit 38c0ff9

Please sign in to comment.