Skip to content

Commit

Permalink
fix build without json feature
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Dec 14, 2023
1 parent 050c700 commit cda141d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ensemble/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ mod uuid;

pub use datetime::DateTime;
pub use hashed::Hashed;

/// A JSON value, used for storing arbitrary data in the database.
#[cfg(feature = "json")]
pub use json::{Json, ToJson};

#[cfg(feature = "uuid")]
Expand Down

0 comments on commit cda141d

Please sign in to comment.