Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion physerver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tokio-tungstenite = "0.21"
shared_memory = "0.12"

# Real-time and system
nix = { version = "0.27", features = ["sched", "signal", "mman"] }
nix = { version = "0.31", features = ["sched", "signal", "mman"] }
libc = "0.2"

# Logging and telemetry
Expand Down
2 changes: 1 addition & 1 deletion physerver/crates/phycmd-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ parking_lot = "0.12"
crossbeam-channel = "0.5"

# Real-time primitives (mlockall, sched_setscheduler, sched_setaffinity)
nix = { version = "0.27", features = ["sched", "signal", "mman"] }
nix = { version = "0.31", features = ["sched", "signal", "mman"] }

# tokio::sync::broadcast for the StatusBus observer pattern; only the
# sync primitives are pulled in (no net, no fs). `rt` gives us
Expand Down
Loading