Skip to content

Commit 82930e5

Browse files
committed
tag 1.0 with ProtoBuf pinned to working version
gRPCClient.jl requires ProtoBuf v0.11. It is incompatible with 1.x versions of ProtoBuf as it was a significant rewrite and protobuf services are not yet supported there. This PR is to pin ProtoBuf version requirement to v0.11 and tag a new release of gRPCClient.
1 parent f4ccd52 commit 82930e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "gRPCClient"
22
uuid = "aaca4a50-36af-4a1d-b878-4c443f2061ad"
33
authors = ["Tanmay K.M. <[email protected]>"]
4-
version = "0.1.4"
4+
version = "1.0.0"
55

66
[deps]
77
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
@@ -11,7 +11,7 @@ ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
1111
[compat]
1212
Downloads = "1.4"
1313
LibCURL = "0.6"
14-
ProtoBuf = "0.11"
14+
ProtoBuf = "~0.11"
1515
julia = "1.6"
1616

1717
[extras]

0 commit comments

Comments
 (0)