From a8b3ca838745bea092a5a14152bd277b4ff9edc1 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 20 Oct 2023 19:08:58 +0200 Subject: [PATCH] 1.11.3 - updated wincompatlib to fix fonts installation issue --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8acb9a4..939b513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.11.2" +version = "1.11.3" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" @@ -24,7 +24,7 @@ serde_json = { version = "1.0", optional = true } cached = { version = "0.46", features = ["proc_macro"] } enum-ordinalize = { version = "3.1", optional = true } -wincompatlib = { version = "0.7.3", features = ["all"], optional = true } +wincompatlib = { version = "0.7.4", features = ["all"], 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 }