From 6546f50c9f1f70357ead4f893cb3de07e9675253 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 23 Dec 2023 13:49:37 +0200 Subject: [PATCH] build: updated core library version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b67c91f..ee2ad67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies.anime-game-core] git = "https://github.com/an-anime-team/anime-game-core" -tag = "1.17.3" +tag = "1.17.4" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only