Skip to content

Commit

Permalink
0.4.5: testes reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 11, 2021
1 parent 94bd9f0 commit e31688f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flatty
7 changes: 4 additions & 3 deletions frosty.nimble
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
version = "0.4.4"
version = "0.4.5"
author = "disruptek"
description = "serialize native Nim types to strings, streams, or sockets"
license = "MIT"

requires "https://github.com/narimiran/sorta < 1.0.0"
requires "https://github.com/disruptek/criterion < 1.0.0"
requires "https://github.com/disruptek/testes < 1.0.0"
when not defined(release):
requires "https://github.com/disruptek/criterion < 1.0.0"
requires "https://github.com/disruptek/testes > 1.0.0 & < 2.0.0"

task test, "run unit tests":
when defined(windows):
Expand Down
2 changes: 1 addition & 1 deletion testes

0 comments on commit e31688f

Please sign in to comment.