Skip to content

Commit ada2f1b

Browse files
authored
fix: replace mach with mach2 fork (#28)
1 parent 9962904 commit ada2f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazycell = "~1.3"
2727

2828
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
2929
libc = "^0.2"
30-
mach = "^0.3"
30+
mach = { version = "^0.4", package = "mach2" }
3131
core-foundation = "~0.9"
3232

3333
[target.'cfg(target_os = "windows")'.dependencies]

0 commit comments

Comments
 (0)