Skip to content

Commit 6663fe4

Browse files
committed
fix dependency
1 parent ff38cd6 commit 6663fe4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ keywords = ["systemd", "zbus"]
1616
zbus = { version = "2.0.1" }
1717
zvariant = "3.0.0"
1818
thiserror = "1.0.29"
19-
tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread", "net"] }
2019
tracing = "0.1"
2120

22-
[build-dependencies]
23-
anyhow = "1.0.51"
21+
[dev-dependencies]
22+
tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)