We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfb96d commit db695ecCopy full SHA for db695ec
README.md
@@ -41,7 +41,7 @@ The package can be installed as:
41
```elixir
42
def deps do
43
[
44
- {:grpc, "~> 0.10"},
+ {:grpc, "~> 0.11"},
45
{:protobuf, "~> 0.14"}, # optional for import wellknown google types
46
{:grpc_reflection, "~> 0.2"} # optional enable grpc reflection
47
]
@@ -316,7 +316,7 @@ In mix.exs:
316
317
318
319
320
{:protobuf_generate, "~> 0.1.3"}
321
322
end
mix.exs
@@ -1,7 +1,7 @@
1
defmodule GRPC.Mixfile do
2
use Mix.Project
3
4
- @version "0.10.2"
+ @version "0.11.0"
5
6
def project do
7
0 commit comments