Skip to content

Commit 7bfc9b0

Browse files
authored
feat: Add Sync to AsyncDynamicAssertion (#953)
feat: Add sync to async dynamic assertion. Required for V24 node SDK.
1 parent faf5a02 commit 7bfc9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/dynamic_assertion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pub trait DynamicAssertion {
8585
/// [`Manifest`]: crate::Manifest
8686
#[cfg(not(target_arch = "wasm32"))]
8787
#[async_trait]
88-
pub trait AsyncDynamicAssertion: Sync {
88+
pub trait AsyncDynamicAssertion: Sync + Send {
8989
/// Return the preferred label for this assertion.
9090
///
9191
/// Note that the label may be adjusted in case multiple assertions

0 commit comments

Comments
 (0)