Skip to content

Commit

Permalink
Close #9 by just updating the
Browse files Browse the repository at this point in the history
Nim compiler version dependency (after failing for many hours trying
to get New Style Concepts working in nim-1.6).
  • Loading branch information
c-blake committed Oct 10, 2023
1 parent ece20c1 commit 6ab6d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adix.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = "An Adaptive Index Library for Nim"
license = "MIT/ISC"

# Deps
requires "nim >= 1.2.0"
requires "cligen >= 1.6.14"
requires "nim >= 2.0.0"
requires "cligen >= 1.6.15"
skipDirs = @[ "tests" ]

bin = @[
Expand Down

0 comments on commit 6ab6d3c

Please sign in to comment.