chore: update rebar.conf in emqx_exproto

This commit is contained in:
JianBo He 2023-04-01 10:34:09 +08:00
parent b24ff9bc6e
commit 9577beaa4e
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{erl_opts, [debug_info]}. {erl_opts, [debug_info]}.
{deps, []}.
{plugins, [ {plugins, [
{grpc_plugin, {git, "https://github.com/HJianBo/grpc_plugin", {tag, "v0.10.2"}}} {grpc_plugin, {git, "https://github.com/HJianBo/grpc_plugin", {tag, "v0.10.2"}}}