diff --git a/Cargo.toml b/Cargo.toml index cda63ab..3df243a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.16.10" +version = "1.17.0" authors = ["Nikita Podvirnyi "] license = "GPL-3.0" readme = "README.md" @@ -9,7 +9,7 @@ edition = "2021" [dependencies.anime-game-core] git = "https://github.com/an-anime-team/anime-game-core" -tag = "1.21.3" +tag = "1.22.0" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only @@ -21,7 +21,7 @@ tracing = "0.1" serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } -cached = { version = "0.52", features = ["proc_macro"] } +cached = { version = "0.53", features = ["proc_macro"] } enum-ordinalize = { version = "4.3", optional = true } wincompatlib = { version = "0.7.4", features = ["all"], optional = true } diff --git a/src/games/genshin/config/schema/mod.rs b/src/games/genshin/config/schema/mod.rs index 872863c..b904ada 100644 --- a/src/games/genshin/config/schema/mod.rs +++ b/src/games/genshin/config/schema/mod.rs @@ -27,7 +27,9 @@ pub mod prelude { pub use super::launcher::prelude::*; pub use super::game::prelude::*; + #[allow(unused_imports)] pub use super::launcher::prelude::*; + pub use super::game::*; #[cfg(feature = "components")]