From 062668366ae14807e650fc45858e5d7189d91cab Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 12 May 2022 14:25:02 +0300 Subject: [PATCH] Nimble fix: The repo doesn't use a src folder --- waku.nimble | 1 - 1 file changed, 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index cdb5a569b..5599d32c4 100644 --- a/waku.nimble +++ b/waku.nimble @@ -5,7 +5,6 @@ version = "0.1.0" author = "Status Research & Development GmbH" description = "Waku, Private P2P Messaging for Resource-Restricted Devices" license = "MIT or Apache License 2.0" -srcDir = "src" #bin = @["build/waku"] ### Dependencies