diff --git a/Cargo.lock b/Cargo.lock index fabb860..e802d51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2038,7 +2038,7 @@ dependencies = [ [[package]] name = "iced_zbus_notification" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-trait", "futures", @@ -2340,7 +2340,7 @@ dependencies = [ [[package]] name = "lala-bar" -version = "0.4.0" +version = "0.4.1" dependencies = [ "alsa", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6940eab..52d4dc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["./lala_bar", "./iced_zbus_notification"] [workspace.package] -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Decodertalkers "] license = "MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/Decodetalkers/lala-bar" readme = "README.md" [workspace.dependencies] -iced_zbus_notification = { version = "0.4.0", path = "iced_zbus_notification" } +iced_zbus_notification = { version = "0.4.1", path = "iced_zbus_notification" } futures = "0.3.31" serde = { version = "1.0.214", features = ["derive"] } url = "2.5.3"