Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiono11 committed Apr 13, 2024
1 parent 1e49728 commit 7bf09b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ std = [
"serde_bytes/std",
"rand_core/std",
"getrandom_or_panic/std",
"aead",
]
asm = ["sha2/asm"]
serde = ["dep:serde", "serde_bytes", "cfg-if"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ pub mod identifier;
pub mod sign;
pub mod vrf;

#[cfg(feature = "alloc")]
#[cfg(all(feature = "alloc", feature = "aead"))]
pub mod polynomial;

#[cfg(all(feature = "alloc", feature = "aead"))]
Expand Down

0 comments on commit 7bf09b5

Please sign in to comment.