From 08bc05a56ab29dad89f7181847077f8c5505730c Mon Sep 17 00:00:00 2001 From: jangko Date: Wed, 5 Jul 2023 21:00:59 +0700 Subject: [PATCH] stew without results --- .gitmodules | 5 +++++ Makefile | 1 + vendor/nim-results | 1 + vendor/nim-stew | 2 +- 4 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 vendor/nim-results diff --git a/.gitmodules b/.gitmodules index 37f37cbb7..607df84c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -227,3 +227,8 @@ url = https://github.com/status-im/nim-kzg4844 ignore = untracked branch = master +[submodule "vendor/nim-results"] + path = vendor/nim-results + url = https://github.com/arnetheduck/nim-results + ignore = untracked + branch = master diff --git a/Makefile b/Makefile index 46392efa8..023c08c3b 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ EXCLUDED_NIM_PACKAGES := \ vendor/nimbus-eth2/vendor/nim-libbacktrace \ vendor/nimbus-eth2/vendor/nim-metrics \ vendor/nimbus-eth2/vendor/nim-nat-traversal \ + vendor/nimbus-eth2/vendor/nim-results \ vendor/nimbus-eth2/vendor/nim-secp256k1 \ vendor/nimbus-eth2/vendor/nim-serialization \ vendor/nimbus-eth2/vendor/nim-snappy \ 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 ebbb391b9..422b6e143 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit ebbb391b9e87bb50907f8a17546cd383c41a713e +Subproject commit 422b6e1435d1a668f2a2bb1ac98ccfaedd0bafd5