From c40213708303ab00cc8ebe7749644ddf3a0ca165 Mon Sep 17 00:00:00 2001 From: Swapnil Raj Date: Fri, 21 Jan 2022 13:53:06 +0000 Subject: [PATCH 1/2] Update nethersolc git tag, to warp/fast-fail --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b035707..ded492c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ FetchContent_Declare( solidity GIT_REPOSITORY "https://github.com/NethermindEth/nethersolc.git" - GIT_TAG "3e8e2066215c9ea40ebfbfb8d6babae53fb8038b" + GIT_TAG "fe707056961c2fbded0f043dd06b975b8cf8bbf5" ) if (NOT solidity_POPULATED) From 1f916ccd1b0f70f20dc1e33ce027b013d0b2f21e Mon Sep 17 00:00:00 2001 From: Swapnil Raj Date: Fri, 21 Jan 2022 15:09:04 +0000 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ded492c..e7379fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ FetchContent_Declare( solidity GIT_REPOSITORY "https://github.com/NethermindEth/nethersolc.git" - GIT_TAG "fe707056961c2fbded0f043dd06b975b8cf8bbf5" + GIT_TAG "55bc832ab6750bbec343f003a8c9aada6e413eb9" ) if (NOT solidity_POPULATED)