Bump versiona and update deps

This commit is contained in:
Luke D Jones
2020-08-28 20:07:46 +12:00
parent b8c83a1a72
commit b70137eec8
7 changed files with 59 additions and 140 deletions

View File

@@ -80,7 +80,7 @@ impl crate::Controller for CtrlKbdBacklight {
let mut lock = gate2.lock().await;
let mut config = config.lock().await;
lock.let_bright_check_change(&mut config)
.unwrap_or_else(|err| warn!("{:?}", err));
.unwrap_or_else(|err| warn!("led_ctrl: {:?}", err));
}
}),
]