Skip to content

Commit

Permalink
reexport only DataType for backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jul 31, 2024
1 parent 4b15269 commit cfa98fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ pub use specta_macros::Type;
#[cfg(feature = "function")]
#[cfg_attr(docsrs, doc(cfg(feature = "function")))]
pub use specta_macros::specta;

// This existing is really a mistake but it's depended on by the Tauri alpha's so keeping it for now.
#[doc(hidden)]
pub use datatype::DataType;

0 comments on commit cfa98fa

Please sign in to comment.