From 7c06f1a850269cc39032e137b170f2a1db3b4458 Mon Sep 17 00:00:00 2001 From: narawat Date: Sat, 4 Jul 2026 13:07:54 +0700 Subject: [PATCH] update compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 34cc0e1..d8a419d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LLMMCTS" uuid = "d76c5a4d-449e-4835-8cc4-dd86ec44f241" -version = "0.1.4" +version = "0.1.5" authors = ["narawat lamaiin "] [deps] @@ -9,6 +9,6 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" PrettyPrinting = "54e16d92-306c-5ea0-a30b-337be88ac337" [compat] -GeneralUtils = "0.4.9" +GeneralUtils = "0.4.0 - 0.9.0" JSON = "1.6.1" PrettyPrinting = "0.4.2"