diff --git a/Cargo.lock b/Cargo.lock index abb7c73..6cb635e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1934,9 +1934,9 @@ dependencies = [ [[package]] name = "iced_layershell" -version = "0.13.0-rc1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f615c1eed7b9861e674300858d15adbde390d6f38ac40104b82208da9ca13e2" +checksum = "6aa1d5f115b7df972cfd94040394b2fdfac0480667283099277a9c6fdcdc2a7f" dependencies = [ "futures", "iced", @@ -1955,9 +1955,9 @@ dependencies = [ [[package]] name = "iced_layershell_macros" -version = "0.13.0-rc1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701d642ee49f4fc7c77f42da85ccdf720dbdf0417bf48ffece1c642ac6e8a433" +checksum = "c8c27bee8a907fd2c2275d5bc300cf7fcd87850bcc60827eedc0fcfc702fad3c" dependencies = [ "darling", "manyhow", @@ -2070,7 +2070,7 @@ dependencies = [ [[package]] name = "iced_zbus_notification" -version = "0.4.1" +version = "0.4.2" dependencies = [ "async-trait", "futures", @@ -2387,7 +2387,7 @@ dependencies = [ [[package]] name = "lala-bar" -version = "0.4.1" +version = "0.4.2" dependencies = [ "alsa", "anyhow", @@ -2417,9 +2417,9 @@ dependencies = [ [[package]] name = "layershellev" -version = "0.13.0-rc1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1208148a3ca72926fe5aa99a28802bed6c00464a13d1509a2156aa627bfc76df" +checksum = "f66f29d088b4c3d182ae97258a93c6e480c7ac93d7536419472eb6837df55bc6" dependencies = [ "bitflags 2.6.0", "calloop 0.14.1", @@ -4605,9 +4605,9 @@ dependencies = [ [[package]] name = "waycrate_xkbkeycode" -version = "0.13.0-rc1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d40a866b0e83fef8a27f1ce501939143474273af083415b9768f31e97162efe1" +checksum = "23356f11fc00444dcf09e2458bd951d3f191a4a9bbdcab3779cc46f6477c1363" dependencies = [ "bitflags 2.6.0", "calloop 0.14.1", diff --git a/Cargo.toml b/Cargo.toml index f806227..091a66c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["./lala_bar", "./iced_zbus_notification"] [workspace.package] -version = "0.4.1" +version = "0.4.2" 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.1", path = "iced_zbus_notification" } +iced_zbus_notification = { version = "0.4.2", path = "iced_zbus_notification" } futures = "0.3.31" serde = { version = "1.0.215", features = ["derive"] } url = "2.5.4" diff --git a/lala_bar/Cargo.toml b/lala_bar/Cargo.toml index 3e5ef3a..2aa085d 100644 --- a/lala_bar/Cargo.toml +++ b/lala_bar/Cargo.toml @@ -22,7 +22,7 @@ iced = { version = "0.13.1", features = [ ] } iced_runtime = "0.13.2" tokio = { version = "1.42", features = ["full"] } -iced_layershell = "0.13.0-rc1" +iced_layershell = "0.13.0" iced_futures = "0.13.2" env_logger = "0.11.5" tracing = "0.1.40"