From 9517040a7dce969ad69b1961e48bb4813805ee62 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sun, 23 Apr 2023 18:02:37 +0200 Subject: [PATCH] 1.8.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1348d5a..9885042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "anime-launcher-sdk" -version = "1.0.12" +version = "1.1.0" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" edition = "2021" [dependencies.anime-game-core] -# git = "https://github.com/an-anime-team/anime-game-core" -# tag = "1.7.4" +git = "https://github.com/an-anime-team/anime-game-core" +tag = "1.8.0" features = ["all"] -path = "../anime-game-core" # ! for dev purposes only +# path = "../anime-game-core" # ! for dev purposes only [dependencies] anyhow = { version = "1.0", features = ["backtrace"] }