From 24f839d6a916b0045c618ae218e1ae19f3539f9c Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 29 Oct 2021 09:18:59 -0600 Subject: [PATCH] try with 1.4.2 --- dagger.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagger.nimble b/dagger.nimble index 77116958..09d3663d 100644 --- a/dagger.nimble +++ b/dagger.nimble @@ -3,7 +3,7 @@ author = "Dagger Team" description = "p2p data durability engine" license = "MIT" -requires "nim >= 1.4.6", +requires "nim >= 1.4.2", "libp2p#unstable", "nimcrypto >= 0.4.1", "bearssl >= 0.1.4",