Skip to content

Commit be36514

Browse files
committed
feat: add "macros" feature to Tokio dependency in Cargo.toml
1 parent e7ed5da commit be36514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aimdb-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aimdb-core = { path = "../aimdb-core", version = "1.1.0" }
1515
aimdb-tokio-adapter = { path = "../aimdb-tokio-adapter", version = "0.6.0" }
1616

1717
# Tokio for channels and runtime
18-
tokio = { version = "1.40", features = ["sync", "rt", "time"] }
18+
tokio = { version = "1.40", features = ["sync", "rt", "time", "macros"] }
1919

2020
# Error handling
2121
thiserror = "1.0"

0 commit comments

Comments
 (0)