Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Oct 23, 2024
1 parent b88e0f0 commit a87449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit a87449a

Please sign in to comment.