From 45b0c6cc9ef907e6be4ee12236bf8b015a0da141 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 28 Sep 2023 17:49:27 +0200 Subject: [PATCH] v1.11.2 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b38b3d..8acb9a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.11.1" +version = "1.11.2" 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.15.1" +tag = "1.16.0" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only @@ -21,11 +21,11 @@ tracing = "0.1" serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } -cached = { version = "0.44", features = ["proc_macro"] } +cached = { version = "0.46", features = ["proc_macro"] } enum-ordinalize = { version = "3.1", optional = true } wincompatlib = { version = "0.7.3", features = ["all"], optional = true } -lazy_static = { version = "1.4", optional = true } +lazy_static = { version = "1.4.0", optional = true } md-5 = { version = "0.10", features = ["asm"], optional = true } discord-rich-presence = { version = "0.2.3", optional = true }