Skip to content

Commit

Permalink
Bump version to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronErhardt committed May 28, 2024
1 parent bcbca15 commit 8a73713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "relm4-icons"
authors = ["Aaron Erhardt <aaron.erhardt@t-online.de>"]
version = "0.8.2"
version = "0.8.3"
edition = "2021"
rust-version = "1.75"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 8a73713

Please sign in to comment.