Skip to content

Commit

Permalink
Dependency update: nix 0.28 -> 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
gendx committed Sep 18, 2024
1 parent 369630c commit 5f1586b
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 @@ -17,7 +17,7 @@ log = { optional = true, version = "0.4" }

# Platforms that support `libc::sched_setaffinity()`.
[target.'cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd", target_os = "linux"))'.dependencies]
nix = { version = "0.28", features = ["sched"] }
nix = { version = "0.29", features = ["sched"] }

[features]
default = []
Expand Down

0 comments on commit 5f1586b

Please sign in to comment.