You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/06/18 01:25:30 UTC

[incubator-apisix] branch master updated: update `resty-etcd` to version 1.0 . (#1725)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d78a7e  update `resty-etcd` to version 1.0 . (#1725)
7d78a7e is described below

commit 7d78a7ee466a382825687045a7c109c131a8c26c
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Thu Jun 18 09:25:24 2020 +0800

    update `resty-etcd` to version 1.0 . (#1725)
---
 rockspec/apisix-master-0.rockspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rockspec/apisix-master-0.rockspec b/rockspec/apisix-master-0.rockspec
index 73f8a94..f1560cf 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -32,7 +32,7 @@ description = {
 
 dependencies = {
     "lua-resty-template = 1.9",
-    "lua-resty-etcd = 0.9",
+    "lua-resty-etcd = 1.0",
     "lua-resty-balancer = 0.02rc5",
     "lua-resty-ngxvar = 0.5",
     "lua-resty-jit-uuid = 0.0.7",