We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322320a commit e46258cCopy full SHA for e46258c
skiplists.nimble
@@ -1,11 +1,11 @@
1
-version = "0.5.1"
+version = "0.5.2"
2
author = "disruptek"
3
description = "skiplists"
4
license = "MIT"
5
6
requires "https://github.com/disruptek/grok < 1.0.0"
7
when not defined(release):
8
- requires "https://github.com/disruptek/balls >= 2.0.0 & < 3.0.0"
+ requires "https://github.com/disruptek/balls >= 3.0.0 & < 4.0.0"
9
requires "https://github.com/disruptek/criterion < 1.0.0"
10
11
task test, "run unit tests":
0 commit comments