Просмотр исходного кода

chore: upgrade grpc-erl to 0.6.4

JianBo He 4 лет назад
Родитель
Сommit
159ba63530
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_gateway/rebar.config

+ 1 - 1
apps/emqx_gateway/rebar.config

@@ -1,6 +1,6 @@
 {erl_opts, [debug_info]}.
 {deps, [
-  {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.2"}}}
+  {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.4"}}}
 ]}.
 
 {plugins, [