From a87449a15650fb25bb51efc48afbbc7a6f05c947 Mon Sep 17 00:00:00 2001 From: 4t145 Date: Wed, 23 Oct 2024 13:51:19 +0800 Subject: [PATCH] fix clippy error --- backend/basic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/basic/Cargo.toml b/backend/basic/Cargo.toml index 703e0d3e7..f2cbd65d3 100644 --- a/backend/basic/Cargo.toml +++ b/backend/basic/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" [features] default = [] # TODO remvoe -with-mq = ["tardis/mq", "bios-sdk-invoke"] +with-mq = ["tardis/mq", "bios-sdk-invoke", "bios-sdk-invoke/event"] sdk = ["tardis/web-client"] test = ["tardis/test", "testcontainers-modules"]