From ed9c93bbf709258fbf97bbbb668d246d834dc695 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Thu, 4 Jul 2024 10:54:22 +0200 Subject: [PATCH] fix: updated sdk version --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dbd7b2..c08f55f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "anime-game-core" version = "1.21.0" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.21.0#d4ec0fde4c467f37bf7eaa8332949fd84b3d631a" +source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.21.1#f141176fe5d940c89eee376354a07408c18fbcab" dependencies = [ "anyhow", "bzip2", @@ -82,8 +82,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.16.0" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.16.0#b55ea3f4606dffc3d63760d56a903f99417c673b" +version = "1.16.1" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.16.1#0d681027cbf871715ff7f00e37b77cf2c0c23567" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8ab8eae..f00d5ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ glib-build-tools = "0.19" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.16.0" +tag = "1.16.1" features = ["all", "zzz"] # path = "../anime-launcher-sdk" # ! for dev purposes only