diff --git a/Cargo.toml b/Cargo.toml index 0cc6de2..7d32393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.6.3" +version = "1.6.4" authors = ["Nikita Podvirnyy "] 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.11.5" +tag = "1.11.6" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only