From ea6988d3801c9264e708e9e1b2731401bba83b43 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 15 Dec 2020 14:12:22 -0600 Subject: [PATCH] track stew head (#488) --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index d47741f5f..8ecd0647d 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -14,7 +14,7 @@ requires "nim >= 1.2.0", "chronos >= 2.5.2", "metrics", "secp256k1", - "stew >= 0.1.0" + "stew#head" proc runTest(filename: string, verify: bool = true, sign: bool = true, moreoptions: string = "") =