Skip to content

Commit 6d2ff82

Browse files
committed
chore: add missing tokio::process for notify
1 parent ec48190 commit 6d2ff82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.120.0-pre" }
1414
ckb-types = { path = "../util/types", version = "= 0.120.0-pre" }
1515
ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.120.0-pre" }
1616
ckb-async-runtime = { path = "../util/runtime", version = "= 0.120.0-pre" }
17-
tokio = { version = "1", features = ["sync"] }
17+
tokio = { version = "1", features = ["sync", "process"] }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)