Просмотр исходного кода

Merge pull request #14144 from lafirest/fix/iotdb_recon

fix(iotdb): upgrade the Thrift driver
lafirest 1 год назад
Родитель
Сommit
8a6744d9f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_bridge_iotdb/rebar.config

+ 1 - 1
apps/emqx_bridge_iotdb/rebar.config

@@ -10,7 +10,7 @@
     {emqx_resource, {path, "../../apps/emqx_resource"}},
     {emqx_resource, {path, "../../apps/emqx_resource"}},
     {emqx_bridge, {path, "../../apps/emqx_bridge"}},
     {emqx_bridge, {path, "../../apps/emqx_bridge"}},
     {emqx_bridge_http, {path, "../emqx_bridge_http"}},
     {emqx_bridge_http, {path, "../emqx_bridge_http"}},
-    {iotdb, {git, "https://github.com/emqx/iotdb-client-erl.git", {tag, "0.1.8"}}}
+    {iotdb, {git, "https://github.com/emqx/iotdb-client-erl.git", {tag, "0.1.9"}}}
 ]}.
 ]}.
 {plugins, [rebar3_path_deps]}.
 {plugins, [rebar3_path_deps]}.
 {project_plugins, [erlfmt]}.
 {project_plugins, [erlfmt]}.