Skip to content

Commit

Permalink
Merge pull request #53 from jnqnfe/patch-1
Browse files Browse the repository at this point in the history
Fix use of obsolete `libpulse-binding` feature flag
  • Loading branch information
jD91mZM2 authored Dec 3, 2020
2 parents abcb820 + 9afc0b1 commit 852a3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xidlehook-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { version = "0.2.21", optional = true, features = ["time", "stream"] }
optional = true
version = "2.14.0"
default-features = false
features = ["pa_v12_compatibility"]
features = ["pa_v12"]

[dev-dependencies]
env_logger = "0.7.1"
Expand Down

0 comments on commit 852a3fd

Please sign in to comment.