From f09a53b6c38db43691185883609232b4afe74860 Mon Sep 17 00:00:00 2001 From: narawat Date: Sat, 29 Aug 2026 19:25:04 +0700 Subject: [PATCH] update --- Project.toml | 2 +- src/util.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 13dd9d5..36e42a2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GeneralUtils" uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe" -version = "0.6.3" +version = "0.6.4" authors = ["tonaerospace "] [deps] diff --git a/src/util.jl b/src/util.jl index 54e6d47..929fca4 100644 --- a/src/util.jl +++ b/src/util.jl @@ -9,7 +9,7 @@ export timedifference, showstracktrace, findHighestIndexKey, uuid4snakecase, rep extractTextBetweenCharacter, extractTextBetweenString, convertCamelSnakeKebabCase, fitrange, recentElementsIndex, nonRecentElementsIndex -using JSON, DataStructures, Distributions, Random, Dates, UUIDs, DataFrames +using JSON, DataStructures, Distributions, Random, Dates, UUIDs, DataFrames, NATS # ---------------------------------------------- 100 --------------------------------------------- #