From 44080a0735c12bd0854d7514c6733879bc11be6b Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Tue, 16 May 2023 15:57:23 +0200 Subject: [PATCH] 1.2.4 - updated core library version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 10335fc..cc69e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.2.3" +version = "1.2.4" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" @@ -8,7 +8,7 @@ edition = "2021" [dependencies.anime-game-core] git = "https://github.com/an-anime-team/anime-game-core" -tag = "1.8.0" +tag = "1.8.1" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only