Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Change upstream darwin-libproc to a fixed version
See heim-rs/darwin-libproc#3
  • Loading branch information
jeremy-prater authored Apr 20, 2022
1 parent ea307be commit b566603
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 @@ -24,7 +24,7 @@ libc = "0.2.72"
tokio = { version = "1.0.0", features = ["fs"] }

[target.'cfg(target_os = "macos")'.dependencies]
darwin-libproc = "0.2.0"
darwin-libproc = { version="0.2.0", git = "https://github.com/jamwaffles/darwin-libproc.git" }
libc = "0.2.72"

[dev-dependencies]
Expand Down

0 comments on commit b566603

Please sign in to comment.