Skip to content

Commit

Permalink
Update nix to 0.24, limit features (#121)
Browse files Browse the repository at this point in the history
Limiting features removes memoffset as an indirect dependency, and
should slightly decrease compilation times.

Signed-off-by: Ryan Zoeller <[email protected]>
  • Loading branch information
rtzoeller authored May 9, 2022
1 parent 567c5d0 commit 63d3ff6
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 @@ -28,7 +28,7 @@ backtrace = { version = "0.3", optional = true }
once_cell = "1.9"
libc = "^0.2.66"
log = "0.4"
nix = "0.23"
nix = { version = "0.24", default-features = false, features = ["signal"] }
parking_lot = "0.12"
tempfile = "3.1"
thiserror = "1.0"
Expand Down

0 comments on commit 63d3ff6

Please sign in to comment.