diff --git a/Cargo.lock b/Cargo.lock index d071de8f..17b8afa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/cosmic-applet-notifications/src/main.rs b/cosmic-applet-notifications/src/main.rs index 425ebb3c..8b7e709e 100644 --- a/cosmic-applet-notifications/src/main.rs +++ b/cosmic-applet-notifications/src/main.rs @@ -114,7 +114,7 @@ impl cosmic::Application for Notifications { ) { let helper = Config::new( cosmic_notifications_config::ID, - NotificationsConfig::version(), + NotificationsConfig::VERSION, ) .ok();