Skip to content

Commit

Permalink
0.4.7: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jun 14, 2021
1 parent 92686f7 commit d597cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frosty.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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):
Expand Down

0 comments on commit d597cad

Please sign in to comment.