Skip to content

Commit

Permalink
tag 1.0 with ProtoBuf pinned to working version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tanmaykm committed Feb 22, 2024
1 parent f4ccd52 commit 82930e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "gRPCClient"
uuid = "aaca4a50-36af-4a1d-b878-4c443f2061ad"
authors = ["Tanmay K.M. <[email protected]>"]
version = "0.1.4"
version = "1.0.0"

[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand All @@ -11,7 +11,7 @@ ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
[compat]
Downloads = "1.4"
LibCURL = "0.6"
ProtoBuf = "0.11"
ProtoBuf = "~0.11"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 82930e5

Please sign in to comment.