Skip to content

Commit 40f911e

Browse files
authored
fix: reexport async_trait::async_trait (#74)
Signed-off-by: Raiki Tamura <tamaron1203@gmail.com>
1 parent 02e7098 commit 40f911e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub use evaluation::*;
2727

2828
/// Feature provider related.
2929
pub mod provider;
30+
pub use async_trait::async_trait;
3031

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

0 commit comments

Comments
 (0)