4 Commits

Author SHA1 Message Date
ton 96e0105511 update version 2026-07-05 10:06:16 +07:00
ton 3bbd0a1d65 fix dependency 2026-06-26 11:21:18 +07:00
ton 60ece94fce update GeneralUtils version 2026-06-25 08:55:46 +07:00
ton a997d1d246 Merge pull request 'v1.2.0' (#4) from v1.2.0 into main
Reviewed-on: #4
2026-06-17 06:20:42 +00:00
+2 -2
View File
@@ -1,6 +1,6 @@
name = "msghandler" name = "msghandler"
uuid = "f2724d33-f338-4a57-b9f8-1be882570d10" uuid = "f2724d33-f338-4a57-b9f8-1be882570d10"
version = "0.5.6" version = "1.2.0"
authors = ["narawat <narawat@gmail.com>"] authors = ["narawat <narawat@gmail.com>"]
[deps] [deps]
@@ -19,5 +19,5 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat] [compat]
Base64 = "1.11.0" Base64 = "1.11.0"
Dates = "1.11.0" Dates = "1.11.0"
GeneralUtils = "0.3.2" GeneralUtils = "0.3.0 - 0.9.0"
JSON = "1.4.0" JSON = "1.4.0"