Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Sep 28, 2024
1 parent d8a1048 commit 7011609
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 10 deletions.
106 changes: 98 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lala_bar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ iced = { version = "0.13.1", features = [
"markdown"
] }
iced_runtime = "0.13.0"
iced_layershell = "0.7.1"
iced_layershell = "0.8.0"
tokio = { version = "1.40", features = ["full"] }
iced_futures = "0.13.1"
env_logger = "0.11.5"
Expand Down
3 changes: 2 additions & 1 deletion lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ impl LalaMusicBar {
}
}

#[to_layer_message(multi, info_name = "LaLaInfo", derives = "Debug Clone")]
#[to_layer_message(multi, info_name = "LaLaInfo")]
#[derive(Debug, Clone)]
enum Message {
RequestPre,
RequestNext,
Expand Down

0 comments on commit 7011609

Please sign in to comment.