Fixed clippy, updated dependencies
Some checks failed
Build Project / test (push) Failing after 9m3s
Some checks failed
Build Project / test (push) Failing after 9m3s
This commit is contained in:
@@ -92,7 +92,7 @@ pub enum BoardType {
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, EnumString, PartialEq, Debug, Display)]
|
||||
#[strum(ascii_case_insensitive, serialize_all = "snake_case")]
|
||||
#[strum(ascii_case_insensitive, serialize_all = "SCREAMING_SNAKE_CASE")]
|
||||
pub enum BoardConfig {
|
||||
INA226,
|
||||
INA233,
|
||||
@@ -105,6 +105,7 @@ pub struct AppState {
|
||||
pub hostname: String,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct DeviceMetadata {
|
||||
pub display_name: String,
|
||||
|
||||
Reference in New Issue
Block a user