Skip to content

Commit 47c5a5a

Browse files
committed
Make async-tempfile a linux-only dependency
1 parent 2dcb460 commit 47c5a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ license.workspace = true
88

99
[dependencies]
1010
anyhow = { version = "1", features = ["backtrace"] }
11-
async-tempfile = "0.2"
1211
async-trait = { workspace = true }
1312
bytes = { workspace = true }
1413
chrono = { workspace = true }
@@ -54,6 +53,7 @@ tower = { workspace = true }
5453
uuid = "1.3"
5554

5655
[target.'cfg(target_os = "linux")'.dependencies]
56+
async-tempfile = "0.2"
5757
pnet_datalink = "0.35.0"
5858

5959
[target.'cfg(target_os = "macos")'.dependencies]

0 commit comments

Comments
 (0)