We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec48190 commit 6d2ff82Copy full SHA for 6d2ff82
notify/Cargo.toml
@@ -14,6 +14,6 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.120.0-pre" }
14
ckb-types = { path = "../util/types", version = "= 0.120.0-pre" }
15
ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.120.0-pre" }
16
ckb-async-runtime = { path = "../util/runtime", version = "= 0.120.0-pre" }
17
-tokio = { version = "1", features = ["sync"] }
+tokio = { version = "1", features = ["sync", "process"] }
18
19
[dev-dependencies]
0 commit comments