From 979395822043f17c5879247e35b4a2728319530d Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 24 May 2023 21:36:22 +0200 Subject: [PATCH] feat(core): updated SDK --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b12653..6c6395a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,8 +48,8 @@ dependencies = [ [[package]] name = "anime-game-core" -version = "1.10.2" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.10.2#359467cc765b371f74ac54b6d5aa1815e2c07cea" +version = "1.10.3" +source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.10.3#045a5442a8d4d15326abbd3c294ec934603947d1" dependencies = [ "anyhow", "bzip2", @@ -96,8 +96,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.4.4" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.4.4#2490641aae3f137e2b6736a8b0b5503544320f3b" +version = "1.4.5" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.4.5#af03ab65d4350b35711d9ce118702844f79daf9e" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 66edbb2..9b6b37b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ glib-build-tools = "0.17" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.4.4" +tag = "1.4.5" features = ["all", "genshin"] # path = "../anime-launcher-sdk" # ! for dev purposes only