From 31c6e7ef317d24f5f43f7f5e09d55fa898abd9e2 Mon Sep 17 00:00:00 2001 From: Carroll Vance Date: Thu, 30 Apr 2026 08:46:39 -0500 Subject: [PATCH] Bump compat bounds to be compatible for ProtoBuf ~1.3 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index bee88dc..bdc7d5c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "gRPCClient" uuid = "aaca4a50-36af-4a1d-b878-4c443f2061ad" -version = "1.0.1" +version = "1.0.2" authors = ["Carroll Vance "] [deps] @@ -13,7 +13,7 @@ ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429" FileWatching = "^1.10" LibCURL = "~0.6.4, 1" PrecompileTools = "^1.2" -ProtoBuf = "~1.2.1" +ProtoBuf = "~1.2.1, ~1.3" julia = "1.10" [extras]