2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 04:33:38 +00:00
nushell/crates/nu-system/src
Stefan Holderbach dfbbacfdf8
Deduplicate nix dependency versions ()
# Description
Now we only use `nix 0.28.0`

Achieved by
- updating `ctrlc` to `3.4.4`
- updating `wl-clipboard-rs` to `0.8.1`
- update our own dependency on `nix` from `0.27` to `0.28`
  - required fixing uses of `nix::unistd::{tcgetpgrp,tcsetpgrp}`
  - now requires an I/O safe file descriptor
  - fake one pointing to `libc::STDIN_FILENO` (we were only accessing
`0` previously, dito for fish)


# User-Facing Changes
Better compile times and less to download as source dependencies
2024-03-27 16:43:37 +01:00
..
foreground.rs Deduplicate nix dependency versions () 2024-03-27 16:43:37 +01:00
lib.rs Deduplicate nix dependency versions () 2024-03-27 16:43:37 +01:00
linux.rs Bump procfs to 0.16.0 () 2023-11-20 21:22:35 +01:00
macos.rs Fix tarpaulin skip attribute to latest () 2024-01-17 07:26:34 -06:00
os_info.rs Bump sysinfo from 0.29 to 0.30 () 2024-01-05 05:31:29 -06:00
windows.rs Fix chrono deprecation warnings () 2024-03-07 06:01:30 -06:00