From 1e227b2704d5f489ffe913e8c81aa3ef7dd01626 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Wed, 5 Jul 2023 18:06:45 +0200 Subject: [PATCH] stew without results (#4862) https://github.com/status-im/nim-stew/pull/185 also an assortment of other stew fixes --- .gitmodules | 5 +++++ vendor/nim-results | 1 + vendor/nim-stew | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 vendor/nim-results diff --git a/.gitmodules b/.gitmodules index bba3ab0ba..5c7d323a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -215,3 +215,8 @@ url = https://github.com/status-im/nim-kzg4844.git ignore = untracked branch = master +[submodule "vendor/nim-results"] + path = vendor/nim-results + url = https://github.com/arnetheduck/nim-results.git + ignore = untracked + branch = master diff --git a/vendor/nim-results b/vendor/nim-results new file mode 160000 index 000000000..f3c666a27 --- /dev/null +++ b/vendor/nim-results @@ -0,0 +1 @@ +Subproject commit f3c666a272c69d70cb41e7245e7f6844797303ad diff --git a/vendor/nim-stew b/vendor/nim-stew index 6c97f11c7..2cf408b96 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit 6c97f11c7cb59eadf91b124b92d2ec035f7251fa +Subproject commit 2cf408b9609fc3e6c238ddbd90ab31802e650212