Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlapa committed Aug 9, 2024
1 parent 5b6a6d2 commit 8e3a365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ xxhash = { package = "xxhash-rust", version = "0.8", features = ["xxh3"] }

[target.'cfg(target_os = "linux")'.dependencies]
libudev = "0.3"
nix = { version = "0.29", features = ["poll", "signal"] }
nix = { version = "0.27", features = ["poll", "signal"] }
pulse = { version = "2.27", package = "libpulse-binding" }

[target.'cfg(target_os = "windows")'.dependencies]
Expand Down

0 comments on commit 8e3a365

Please sign in to comment.