Skip to content

Commit

Permalink
⬆️ zb: update async-process to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Nov 10, 2023
1 parent 5e726aa commit fe2ee2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ nix = { version = "0.27", default-features = false, features = [
[target.'cfg(target_os = "macos")'.dependencies]
# FIXME: This should only be enabled if async-io feature is enabled but currently
# Cargo doesn't provide a way to do that for only specific target OS: https://github.com/rust-lang/cargo/issues/1197.
async-process = "1.7.0"
async-process = "2.0.0"

[target.'cfg(any(target_os = "macos", windows))'.dependencies]
async-recursion = "1.0.0"
Expand Down

0 comments on commit fe2ee2d

Please sign in to comment.