From f7c90c54850525be3bbf3fc06ef893f88f08329b Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Fri, 30 Aug 2024 22:17:42 +0200 Subject: [PATCH] build: updated launcher SDK --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f4a518..71ed5c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ glib-build-tools = "0.20" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.20.0" +tag = "1.20.1" features = ["all", "genshin"] # path = "../anime-launcher-sdk" # ! for dev purposes only