mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
inotify relies on tokio, so a switch is required..
This commit is contained in:
@@ -44,5 +44,5 @@ toml = "^0.5.8"
|
||||
# Device control
|
||||
sysfs-class = "^0.1.2" # used for backlight control and baord ID
|
||||
|
||||
inotify = "0.10.0"
|
||||
inotify = { version = "0.10.0", default-features = false }
|
||||
concat-idents = "1.1.3"
|
||||
Reference in New Issue
Block a user