Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RWDai committed Dec 8, 2023
1 parent 7cee552 commit e0b8fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ use basic::result::TardisResult;
use basic::tracing::TardisTracing;
pub use paste;
#[cfg(feature = "tardis-macros")]
#[cfg(any(feature = "reldb-postgres", feature = "reldb-mysql"))]
#[cfg(any(feature = "reldb-postgres", feature = "reldb-mysql", feature = "reldb-sqlite"))]
pub use tardis_macros::{TardisCreateEntity, TardisCreateIndex, TardisCreateTable, TardisEmptyBehavior, TardisEmptyRelation};
pub use tracing;
pub use url;
Expand Down

0 comments on commit e0b8fbe

Please sign in to comment.