فهرست منبع

build: fix port-compiler version tag to 1.14.0

1.14.1 was a typo, (not released yet)
Zaiming (Stone) Shi 3 سال پیش
والد
کامیت
bcd3bbcc61
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

@@ -106,7 +106,7 @@ plugins() ->
         {relup_helper, {git, "https://github.com/emqx/relup_helper", {tag, "2.0.0"}}},
         {relup_helper, {git, "https://github.com/emqx/relup_helper", {tag, "2.0.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.1"}
+        {pc, "v1.14.0"}
     ] ++
     ] ++
         %% test plugins are concatenated to default profile plugins
         %% test plugins are concatenated to default profile plugins
         %% otherwise rebar3 test profile runs are super slow
         %% otherwise rebar3 test profile runs are super slow