Skip to content

Commit 21382e5

Browse files
committed
Remove the dependency on errno from cap-primitives.
cap-primitives no longer calls `set_errno`, so it no longer needs its `errno` dependency in Cargo.toml.
1 parent c1ce845 commit 21382e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cap-primitives/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ cap-tempfile = { path = "../cap-tempfile" }
2727
[target.'cfg(not(windows))'.dependencies]
2828
rustix = { version = "0.35.6", features = ["fs", "process", "procfs", "termios", "time"] }
2929

30-
[target.'cfg(target_os = "macos")'.dependencies]
31-
errno = { version = "0.2.8", default-features = false }
32-
33-
[target.'cfg(target_os = "ios")'.dependencies]
34-
errno = { version = "0.2.8", default-features = false }
35-
3630
[target.'cfg(windows)'.dependencies]
3731
winx = "0.33.0"
3832
winapi-util = "0.1.5"

0 commit comments

Comments
 (0)