diff --git a/Cargo.lock b/Cargo.lock index a75e427..c254e9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,8 +48,8 @@ dependencies = [ [[package]] name = "anime-game-core" -version = "1.11.5" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.11.5#f24164f70b353f5e80ee9ad0e25d496d51443cea" +version = "1.11.6" +source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.11.6#897cd378d36eb58a9d47de0b844ce0503af88f45" dependencies = [ "anyhow", "bzip2", @@ -96,8 +96,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.6.3" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.6.3#6aef2d3d5ddb5d1e5e66df861146e8c36e9ed7dc" +version = "1.6.4" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.6.4#60e2b00ad5264702aeaf26bdbea6af975e145203" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 99165dd..14b2906 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.6.3" +tag = "1.6.4" features = ["all", "genshin"] # path = "../anime-launcher-sdk" # ! for dev purposes only