From 2fbe9d6e1a3fd72dc60d76c4976f9ab6bf220fdd Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 24 Jul 2026 13:21:04 +0700 Subject: [PATCH] update --- Project.toml | 2 +- src/dbUtil.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0c1f65e..3b61f16 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GeneralUtils" uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe" -version = "0.5.4" +version = "0.5.5" authors = ["tonaerospace "] [deps] diff --git a/src/dbUtil.jl b/src/dbUtil.jl index d3a240d..0120dc8 100644 --- a/src/dbUtil.jl +++ b/src/dbUtil.jl @@ -3,7 +3,7 @@ module dbUtil export dictToPostgresKeyValueString, generateInsertSQL, generateUpdateSQL using JSON, DataStructures, Distributions, Random, Dates, UUIDs, DataFrames, - SHA + SHA, NATS using ..util #[PENDING] update code to use JSON # ---------------------------------------------- 100 --------------------------------------------- #