From d597cad76b0d799804baa50c04e6f098e60a9db6 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Mon, 14 Jun 2021 15:44:31 -0400 Subject: [PATCH] 0.4.7: bump deps --- frosty.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frosty.nimble b/frosty.nimble index 35ef11d..fb27ae0 100644 --- a/frosty.nimble +++ b/frosty.nimble @@ -1,4 +1,4 @@ -version = "0.4.6" +version = "0.4.7" author = "disruptek" description = "serialize native Nim types to strings, streams, or sockets" license = "MIT" @@ -7,7 +7,7 @@ when defined(frostySorted): requires "https://github.com/narimiran/sorta < 1.0.0" when not defined(release): requires "https://github.com/disruptek/criterion < 1.0.0" - requires "https://github.com/disruptek/balls#rc" + requires "https://github.com/disruptek/balls > 2.0.0 & < 4.0.0" task test, "run unit tests": when defined(windows):