chore: use emqx-relup 0.1.0

This commit is contained in:
Shawn 2024-07-18 18:54:10 +08:00
parent 2008130071
commit 79b65a28c1
1 changed files with 1 additions and 1 deletions

View File

@ -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"}