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 = "") =