From 679df23b6ff1c35fcf140ae96a001499849c7cef Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 15 Jul 2022 11:37:23 -0500 Subject: [PATCH] [build] add github.com/status-im/nim-datastore to vendor --- .gitmodules | 3 +++ vendor/nim-datastore | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/nim-datastore diff --git a/.gitmodules b/.gitmodules index 1da07b1b..5ffe3508 100644 --- a/.gitmodules +++ b/.gitmodules @@ -183,3 +183,6 @@ url = https://github.com/status-im/nim-libp2p-dht.git ignore = untracked branch = master +[submodule "vendor/nim-datastore"] + path = vendor/nim-datastore + url = https://github.com/status-im/nim-datastore.git diff --git a/vendor/nim-datastore b/vendor/nim-datastore new file mode 160000 index 00000000..d5d986c0 --- /dev/null +++ b/vendor/nim-datastore @@ -0,0 +1 @@ +Subproject commit d5d986c0140a46e957d9a88df40b7ce7dad424f3