From 1fd23b5a8d4fa1e1db616438a0c34ed6534045f6 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Fri, 29 Nov 2024 13:42:41 +0200 Subject: [PATCH] build: updated SDK version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 842dae4..eac08ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,8 +82,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.23.0" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.23.0#2671c0408fa52596c1706bb9c78c1b760fc44c6e" +version = "1.24.0" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.24.0#d516dff1820aee068feab3607cdc1de2d3e7b77d" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fd2c7ca..140b0c8 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.23.0" +tag = "1.24.0" features = ["all", "honkai", "honkai-patch"] # path = "../anime-launcher-sdk" # ! for dev purposes only