Skip to content

Commit b566603

Browse files
Update Cargo.toml
Change upstream darwin-libproc to a fixed version See heim-rs/darwin-libproc#3
1 parent ea307be commit b566603

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
@@ -24,7 +24,7 @@ libc = "0.2.72"
2424
tokio = { version = "1.0.0", features = ["fs"] }
2525

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

3030
[dev-dependencies]

0 commit comments

Comments
 (0)