Skip to content

Commit

Permalink
hide serde module behind serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Feb 6, 2024
1 parent 5c338cf commit 9b548aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generic-ec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ pub mod traits {
}
}

#[cfg(feature = "serde")]
pub mod serde;

pub use self::{
Expand Down

0 comments on commit 9b548aa

Please sign in to comment.