Przeglądaj źródła

chore(minirest): Upgrade minirest version to 0.3.7

Turtle 4 lat temu
rodzic
commit
efa71d12fe
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      rebar.config
  2. 1 1
      scripts/inject-deps.escript

+ 1 - 1
rebar.config

@@ -46,7 +46,7 @@
     , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.8.1"}}}
     , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.5.1"}}}
     , {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.3.5"}}}
-    , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.6"}}}
+    , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.7"}}}
     , {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.1"}}}
     , {replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.2"}}}
     , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}}

+ 1 - 1
scripts/inject-deps.escript

@@ -52,7 +52,7 @@ base_deps() ->
   %% so the appup instructions for emqx_dashboard is always the last
   %% to be executed
   [ {emqx_dashboard, [{re, "emqx_.*"}]}
-  , {emqx_management, [{re, "emqx_.*"}, {exclude, emqx_dashboard}]}
+  , {emqx_management, [{re, "emqx_.*"}, {exclude, emqx_dashboard}, minirest]}
   , {{re, "emqx_.*"}, [emqx]}
   , {emqx_web_hook, [ehttpc]}
   ].