diff --git a/Cargo.lock b/Cargo.lock index bbf1cf4..1ff6682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,8 +39,8 @@ dependencies = [ [[package]] name = "anime-game-core" -version = "1.13.3" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.13.3#8eeb77915ff0c3d68e6b168e1c7f31cc5cc41a02" +version = "1.13.4" +source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.13.4#28dc00a1333c276ea3ef66372dc27ab18e89833c" dependencies = [ "anyhow", "bzip2", @@ -64,8 +64,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.8.7" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.8.7#8380edbbd9351911c4afb129786309b1274246f0" +version = "1.8.8" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.8.8#2848a8be2a5d630c2a1d2442c60b42454959e890" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c450992..2606167 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.8.7" +tag = "1.8.8" features = ["all", "star-rail", "star-rail-patch"] # path = "../anime-launcher-sdk" # ! for dev purposes only