Skip to content

Commit

Permalink
fix: reexport async_trait::async_trait (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Raiki Tamura <tamaron1203@gmail.com>
  • Loading branch information
tamaroning authored Apr 27, 2024
1 parent 02e7098 commit 40f911e
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 40f911e

Please sign in to comment.