update toolchain

This commit is contained in:
Alex Janka 2025-01-18 11:52:32 +11:00
parent b28026820c
commit b549ceebab
2 changed files with 3 additions and 2 deletions

View file

@ -137,7 +137,7 @@ impl Controller {
}
pub fn name(&self) -> &str {
&self.name
self.name.as_str()
}
pub fn set_tx_to_secondary(&mut self, tx: tokio::sync::watch::Sender<VoltageCommand>) {

View file

@ -1,2 +1,3 @@
[toolchain]
channel = "nightly"
channel = "nightly-2025-01-16"
targets = ["aarch64-unknown-linux-musl"]