From a02ee269a37e3fb08913292c3b76cfd362e2826c Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Fri, 5 Jul 2024 21:20:46 +0200 Subject: [PATCH] build: updated core library --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 307f33c..47f872b 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.21.1" +tag = "1.21.2" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only