Skip to content

Commit

Permalink
Update nix to 0.24.1, limit features
Browse files Browse the repository at this point in the history
This removes memoffset as an indirect dependency, and decreases build times slightly.
  • Loading branch information
rtzoeller committed May 30, 2022
1 parent a73d857 commit 66f745d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ thiserror = "1.0.24"
which = "4.1.0"

[target.'cfg(unix)'.dependencies.nix]
version = "0.22.0"
version = "0.24.1"
default-features = false
features = ["fs", "term"]

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"
Expand Down

0 comments on commit 66f745d

Please sign in to comment.