From 8291351954077470c29f8c8a5725c8e3cae43aea Mon Sep 17 00:00:00 2001 From: WANG Rui Date: Mon, 16 Oct 2023 16:32:16 +0800 Subject: [PATCH] Update nix to 0.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75863c8..44eb5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = ["README.md", "LICENSE-*", "Cargo.toml", "src/"] libc = "0.2" alsa-sys = "0.3.1" bitflags = "2.4.0" -nix = { version = "^0.26", default-features = false, features = ["ioctl"] } +nix = { version = "^0.27", default-features = false, features = ["ioctl"] } [badges] is-it-maintained-issue-resolution = { repository = "diwic/alsa-rs" }