diff --git a/.gitmodules b/.gitmodules index c5162818..06d1b823 100644 --- a/.gitmodules +++ b/.gitmodules @@ -212,3 +212,6 @@ [submodule "vendor/nim-serde"] path = vendor/nim-serde url = https://github.com/codex-storage/nim-serde.git +[submodule "vendor/nim-leveldbstatic"] + path = vendor/nim-leveldbstatic + url = https://github.com/codex-storage/nim-leveldb.git diff --git a/vendor/nim-datastore b/vendor/nim-datastore index 8a95ed9c..f0645ce9 160000 --- a/vendor/nim-datastore +++ b/vendor/nim-datastore @@ -1 +1 @@ -Subproject commit 8a95ed9c90a9ea31fc1341b92c8a9c0935368cd9 +Subproject commit f0645ce9ff89211c022fef5bd6df4ec538b652c7 diff --git a/vendor/nim-leveldbstatic b/vendor/nim-leveldbstatic new file mode 160000 index 00000000..f51e61c5 --- /dev/null +++ b/vendor/nim-leveldbstatic @@ -0,0 +1 @@ +Subproject commit f51e61c5ce7777e57e178b79db4d6930a8ae9cf5