From f2efb2c8bf339e065ecafc53cfcc9c02a129124e Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 6 May 2023 14:50:34 +0200 Subject: [PATCH] 1.2.2 - fixed honkers/hsr compatibility --- Cargo.toml | 2 +- src/games/honkai/game.rs | 2 +- src/games/star_rail/game.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2aa5813..b91df09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.2.1" +version = "1.2.2" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" diff --git a/src/games/honkai/game.rs b/src/games/honkai/game.rs index 3295eae..7f4de32 100644 --- a/src/games/honkai/game.rs +++ b/src/games/honkai/game.rs @@ -15,7 +15,7 @@ use crate::discord_rpc::*; use crate::sessions::SessionsExt; #[cfg(feature = "sessions")] -use crate::genshin::sessions::Sessions; +use crate::honkai::sessions::Sessions; #[derive(Debug, Clone)] struct Folders { diff --git a/src/games/star_rail/game.rs b/src/games/star_rail/game.rs index 08f946c..2ebe963 100644 --- a/src/games/star_rail/game.rs +++ b/src/games/star_rail/game.rs @@ -15,7 +15,7 @@ use crate::discord_rpc::*; use crate::sessions::SessionsExt; #[cfg(feature = "sessions")] -use crate::genshin::sessions::Sessions; +use crate::star_rail::sessions::Sessions; #[derive(Debug, Clone)] struct Folders {