Skip to content

Commit

Permalink
chore: add missing tokio::process for notify
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Dec 3, 2024
1 parent ec48190 commit 6d2ff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.120.0-pre" }
ckb-types = { path = "../util/types", version = "= 0.120.0-pre" }
ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.120.0-pre" }
ckb-async-runtime = { path = "../util/runtime", version = "= 0.120.0-pre" }
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1", features = ["sync", "process"] }

[dev-dependencies]

0 comments on commit 6d2ff82

Please sign in to comment.