Skip to content

Commit

Permalink
remove the unused dependency
Browse files Browse the repository at this point in the history
remove assert_cmd.

Signed-off-by: Tim Zhang <[email protected]>
  • Loading branch information
Tim-Zhang committed Sep 14, 2023
1 parent 7d6d7d4 commit 6520f9e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time"],
futures = { version = "0.3", optional = true }
crossbeam = "0.8.0"

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

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

[dev-dependencies]
assert_cmd = "2.0.7"

[features]
default = ["sync"]
async = ["async-trait", "tokio", "futures", "tokio-vsock"]
Expand Down

0 comments on commit 6520f9e

Please sign in to comment.