From eebd048fb05034959fd06e499fcdfaebbcce1d6c Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Tue, 2 Jul 2024 09:30:58 +0200 Subject: [PATCH] 1.15.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 840e99f..e7aaa5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.15.3" +version = "1.15.4" 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.20.1" +tag = "1.20.2" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only