Skip to content

Commit

Permalink
fix: replace mach with mach2 fork (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna committed Apr 12, 2023
1 parent 9962904 commit ada2f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazycell = "~1.3"

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

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

0 comments on commit ada2f1b

Please sign in to comment.