From a8323a47b74d7091a827a0433b1b588d9b00207b Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 17 Apr 2023 23:32:29 +0200 Subject: [PATCH] 1.0.7 - updated core library to 1.7.2 with honkers's mfplat patch fix --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc60a14..9212dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.0.6" +version = "1.0.7" 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.7.1" +tag = "1.7.2" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only