We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ed5da commit be36514Copy full SHA for be36514
1 file changed
aimdb-sync/Cargo.toml
@@ -15,7 +15,7 @@ aimdb-core = { path = "../aimdb-core", version = "1.1.0" }
15
aimdb-tokio-adapter = { path = "../aimdb-tokio-adapter", version = "0.6.0" }
16
17
# Tokio for channels and runtime
18
-tokio = { version = "1.40", features = ["sync", "rt", "time"] }
+tokio = { version = "1.40", features = ["sync", "rt", "time", "macros"] }
19
20
# Error handling
21
thiserror = "1.0"
0 commit comments