From 8a7371348d64b0fe263049ddebd71ccedc6c18f1 Mon Sep 17 00:00:00 2001 From: Aaron Erhardt Date: Tue, 28 May 2024 18:02:13 +0200 Subject: [PATCH] Bump version to v0.8.3 --- Cargo.toml | 2 +- src/lib.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57c7bf2..b4e05fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "relm4-icons" authors = ["Aaron Erhardt "] -version = "0.8.2" +version = "0.8.3" edition = "2021" rust-version = "1.75" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 1f999f9..ca500f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -28,6 +28,7 @@ use gtk::{gdk, gio}; pub fn initialize_icons() { gio::resources_register_include!("resources.gresource").unwrap(); + #[allow(clippy::const_is_empty)] if icon_names::APP_ID.is_empty() && icon_names::BASE_RESOURCE_PATH.is_empty() { gtk::init().unwrap();