We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcb460 commit 47c5a5aCopy full SHA for 47c5a5a
test/test-manager/Cargo.toml
@@ -8,7 +8,6 @@ license.workspace = true
8
9
[dependencies]
10
anyhow = { version = "1", features = ["backtrace"] }
11
-async-tempfile = "0.2"
12
async-trait = { workspace = true }
13
bytes = { workspace = true }
14
chrono = { workspace = true }
@@ -54,6 +53,7 @@ tower = { workspace = true }
54
53
uuid = "1.3"
55
56
[target.'cfg(target_os = "linux")'.dependencies]
+async-tempfile = "0.2"
57
pnet_datalink = "0.35.0"
58
59
[target.'cfg(target_os = "macos")'.dependencies]
0 commit comments