From 56a0d3b0b6ccb1fc5b359f8ff1f281225e122218 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 8 May 2024 19:02:41 +0200 Subject: [PATCH] 1.12.10 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5c0dcc..b323117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.12.9" +version = "1.12.10" 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.17.7" +tag = "1.17.8" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only