Skip to content

Commit

Permalink
Merge pull request #3312 from golemfactory/fix/process-utls-handleapi
Browse files Browse the repository at this point in the history
Fix ya-process-utils handleapi
  • Loading branch information
nieznanysprawiciel authored Sep 11, 2024
2 parents fda42c0 + b8c777e commit 5f8be31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 29 deletions.
32 changes: 7 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ya-service-bus = { workspace = true }
ya-sgx = "0.2"
ya-utils-path = "0.1"
ya-utils-futures.workspace = true
ya-utils-process = { version = "0.2", features = ["lock"] }
ya-utils-process = { version = "0.3", features = ["lock"] }
ya-utils-networking = "0.2"
ya-fd-metrics = { path = "utils/fd-metrics" }
ya-version = "0.2"
Expand Down
6 changes: 3 additions & 3 deletions utils/process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
homepage = "https://github.com/golemfactory/yagna"
repository = "https://github.com/golemfactory/yagna"
license = "LGPL-3.0"
description="Yagna utils for asynchronous process handling"
keywords=["golem", "yagna", "process"]
description = "Yagna utils for asynchronous process handling"
keywords = ["golem", "yagna", "process"]

[features]
default = []
Expand Down Expand Up @@ -35,8 +35,8 @@ nix = "0.22"
winapi = { version = "0.3", features = [
"jobapi2",
"processthreadsapi",
"handleapi",
] }


[target.'cfg(target_os = "macos")'.dependencies]
libproc = { version = "0.7" }

0 comments on commit 5f8be31

Please sign in to comment.