Skip to content

Commit

Permalink
Merge pull request #109 from kazuki0824/dependabot/cargo/nix-tw-0.28.0
Browse files Browse the repository at this point in the history
Update nix requirement from ^0.27.1 to ^0.28.0
  • Loading branch information
kazuki0824 authored Mar 13, 2024
2 parents 54432ca + 7f7815d commit 3250d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recisdb-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ libloading = "^0.8.0"
[target.'cfg(unix)'.dependencies]
dvbv5 = { version = "0.2.6", optional = true }
dvbv5-sys = { version = "*", optional = true }
nix = { version = "^0.27.1", features = ["ioctl"] }
nix = { version = "^0.28.0", features = ["ioctl"] }

[target.'cfg(unix)'.build-dependencies]
cargo-deb = "2.0.0"
Expand Down

0 comments on commit 3250d27

Please sign in to comment.