From ea5a501a0f4dec6dee0cc33d5b2d6757503764cb Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 20 Oct 2023 19:13:41 +0200 Subject: [PATCH] 1.11.4 - updated core library version to fix minreq versions compatibility --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 939b513..1ad6792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.11.3" +version = "1.11.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.16.0" +tag = "1.16.1" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only