update: notifications dependencies

This commit is contained in:
Ashley Wulber 2024-01-19 17:20:55 -05:00 committed by Ashley Wulber
parent 6875bb38c0
commit f8a6fd7ab6
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -1033,7 +1033,7 @@ dependencies = [
[[package]]
name = "cosmic-notifications-config"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-notifications#8a6a0633332daf60092b3659ee7101dd209529f1"
source = "git+https://github.com/pop-os/cosmic-notifications#1be528d16fea260b8fcff400f536c191e39d796c"
dependencies = [
"cosmic-config",
"serde",
@ -1042,7 +1042,7 @@ dependencies = [
[[package]]
name = "cosmic-notifications-util"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-notifications#8a6a0633332daf60092b3659ee7101dd209529f1"
source = "git+https://github.com/pop-os/cosmic-notifications#1be528d16fea260b8fcff400f536c191e39d796c"
dependencies = [
"bytemuck",
"fast_image_resize",
@ -1268,7 +1268,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20"
dependencies = [
"bitflags 2.4.2",
"libloading 0.8.1",
"libloading 0.7.4",
"winapi",
]
@ -1534,7 +1534,7 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
"libloading 0.8.1",
"libloading 0.7.4",
]
[[package]]
@ -5793,7 +5793,7 @@ dependencies = [
"js-sys",
"khronos-egl",
"libc",
"libloading 0.8.1",
"libloading 0.7.4",
"log",
"metal",
"naga",

View file

@ -114,7 +114,7 @@ impl cosmic::Application for Notifications {
) {
let helper = Config::new(
cosmic_notifications_config::ID,
NotificationsConfig::version(),
NotificationsConfig::VERSION,
)
.ok();