fix: updated sdk version

This commit is contained in:
Nikita Podvirnyi 2024-07-04 10:54:22 +02:00
parent 65be9d8f3a
commit ed9c93bbf7
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -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",

View file

@ -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