Skip to content

Commit 6520f9e

Browse files
committed
remove the unused dependency
remove assert_cmd. Signed-off-by: Tim Zhang <[email protected]>
1 parent 7d6d7d4 commit 6520f9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time"],
2222
futures = { version = "0.3", optional = true }
2323
crossbeam = "0.8.0"
2424

25-
[target.'cfg(windows)'.dependencies]
25+
[target.'cfg(windows)'.dependencies]
2626
windows-sys = {version = "0.48", features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Pipes", "Win32_Security", "Win32_System_Threading"]}
2727

2828
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
@@ -31,9 +31,6 @@ tokio-vsock = { version = "0.4.0", optional = true }
3131
[build-dependencies]
3232
protobuf-codegen = "3.1.0"
3333

34-
[dev-dependencies]
35-
assert_cmd = "2.0.7"
36-
3734
[features]
3835
default = ["sync"]
3936
async = ["async-trait", "tokio", "futures", "tokio-vsock"]

0 commit comments

Comments
 (0)