Skip to content

Commit

Permalink
slightly lax nim version
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Jan 15, 2022
1 parent 29c094f commit 70f2563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grab.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ srcDir = "src"

# Dependencies

requires "nim >= 1.6.0"
requires "nim >= 1.4.0"

when (compiles do: import nimbleutils):
import nimbleutils
Expand Down
2 changes: 1 addition & 1 deletion src/grab.nim
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ proc getPath(package: Package): string =

proc grabImpl(package: Package, imports: NimNode): NimNode =
when defined(grabGiveHint):
hint("grabbing: " & package, imports)
hint("grabbing: " & $package, imports)

let doPath = package.pathQuery.len != 0
let doInstall = package.forceInstall or
Expand Down

0 comments on commit 70f2563

Please sign in to comment.