update toolchain
This commit is contained in:
parent
b28026820c
commit
b549ceebab
2 changed files with 3 additions and 2 deletions
|
@ -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>) {
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
channel = "nightly-2025-01-16"
|
||||
targets = ["aarch64-unknown-linux-musl"]
|
||||
|
|
Loading…
Add table
Reference in a new issue