chore: use emqx-relup 0.1.0
This commit is contained in:
parent
2008130071
commit
79b65a28c1
|
@ -184,7 +184,7 @@ project_app_excluded("apps/" ++ AppStr, ExcludedApps) ->
|
||||||
|
|
||||||
plugins() ->
|
plugins() ->
|
||||||
[
|
[
|
||||||
{emqx_relup, {git, "https://github.com/emqx/emqx-relup.git", {branch, "main"}}},
|
{emqx_relup, {git, "https://github.com/emqx/emqx-relup.git", {branch, "0.1.0"}}},
|
||||||
%% emqx main project does not require port-compiler
|
%% emqx main project does not require port-compiler
|
||||||
%% pin at root level for deterministic
|
%% pin at root level for deterministic
|
||||||
{pc, "v1.14.0"}
|
{pc, "v1.14.0"}
|
||||||
|
|
Loading…
Reference in New Issue