Skip to content

Commit eda3e39

Browse files
committed
[update] pin tokio to 0.9.1
Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
1 parent 4784e0b commit eda3e39

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swhkd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
2424
sysinfo = "0.23.5"
2525
tokio = { version = "1.24.2", features = ["full"] }
2626
tokio-stream = "0.1.8"
27-
tokio-udev = { git = "https://github.com/jeandudey/tokio-udev.git" }
27+
tokio-udev = "0.9.1"
2828

2929
[[bin]]
3030
name = "swhkd"

0 commit comments

Comments
 (0)