From 05f532cbc27a2c6afebb1c24282cb0888437c1e4 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Mon, 2 Sep 2024 20:58:10 +0200 Subject: [PATCH] build: updated launcher SDK --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3ec4d4..ea32f4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,8 +63,8 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "anime-game-core" -version = "1.24.1" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.24.1#0161c8def421e47679c4f5c721e92adf840b82a1" +version = "1.24.2" +source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.24.2#dd0e9fd265d7600005840fe4cbda9f1a76d7b520" dependencies = [ "anyhow", "bzip2", @@ -113,8 +113,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.20.1" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.20.1#8f1a9e165fc3d4da2e7719e6813eb1938d463ee2" +version = "1.20.3" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.20.3#a101b856e8e2d7b57ca6566b2752d2c8ab7cc3d9" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 40940f0..b0f01f5 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.1" +tag = "1.20.3" features = ["all", "genshin"] # path = "../anime-launcher-sdk" # ! for dev purposes only