Skip to content

Commit

Permalink
fix: reexport async_trait::async_trait
Browse files Browse the repository at this point in the history
Signed-off-by: Raiki Tamura <tamaron1203@gmail.com>
  • Loading branch information
tamaroning committed Apr 24, 2024
1 parent 02e7098 commit 1a65f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pub use evaluation::*;

/// Feature provider related.
pub mod provider;
pub use async_trait::async_trait;

/// Optional support for [`serde_json::Value`].
#[cfg(feature = "serde_json")]
Expand Down

0 comments on commit 1a65f9d

Please sign in to comment.