Skip to content

Commit

Permalink
Merge pull request #679 from swlynch99/schemars-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb authored Jan 20, 2024
2 parents 170b6e1 + b0ee3ab commit 6553804
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 60 deletions.
2 changes: 1 addition & 1 deletion serde_with/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ pub mod json;
mod key_value_map;
pub mod rust;
#[cfg(feature = "schemars_0_8")]
mod schemars_0_8;
pub mod schemars_0_8;
pub mod ser;
#[cfg(feature = "std")]
mod serde_conv;
Expand Down
Loading

0 comments on commit 6553804

Please sign in to comment.