Skip to content

Commit

Permalink
0.2.5: bump test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 10, 2021
1 parent a9a21f6 commit 1be7556
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions criterion.nimble
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version = "0.2.4"
version = "0.2.5"
author = "LemonBoy"
description = "Statistic-driven microbenchmark framework"
license = "MIT"

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

task test, "run unit tests":
when defined(windows):
Expand Down

0 comments on commit 1be7556

Please sign in to comment.