diff --git a/Cargo.lock b/Cargo.lock index 63c7ddf..b58e88e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,9 +376,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lib_game_detector" -version = "0.0.33" +version = "0.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc9f8336db0fc75d031b7ab899014f918e924713b83b5864f20d923fecbad19" +checksum = "2d720e69e13d57405b8c693b8f042cd165118c9efa0785189de720705970d9ae" dependencies = [ "cfg-if", "dirs", @@ -604,7 +604,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rofi-games" -version = "1.17.2" +version = "1.17.3" dependencies = [ "byteorder", "dirs", diff --git a/Cargo.toml b/Cargo.toml index fa9b35a..4f18745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rofi-games" authors = ["Rolv Apneseth"] description = "A rofi plugin which adds a mode to list available games for launch along with their box art" -version = "1.17.2" +version = "1.17.3" edition = "2024" license-file = "LICENSE" rust-version = "1.89" @@ -10,7 +10,7 @@ rust-version = "1.89" [dependencies] tracing = "0.1" rofi-mode = "0.5" -lib_game_detector = { version = "=0.0.33", default-features = false } +lib_game_detector = { version = "=0.0.34", default-features = false } tracing-subscriber = { version = "0.3", features = ["env-filter"] } toml = { version = "1.0", default-features = false, features = [ "std",