Skip to content

Commit

Permalink
new version for the -Y fix, lax nim version again
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Sep 17, 2022
1 parent ba5ce2f commit a9d81cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ directly through Nim code, similar to Groovy's Grape and `@Grab`. Works
with NimScript, as all the computation is done at compile time.

This installs the package globally, and can affect compilation time. For
this reason it should generally only be used for scripts and snippets and
this reason it should generally only be used for scripts, tests, snippets and
the like.

```nim
Expand Down
4 changes: 2 additions & 2 deletions grab.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.0"
version = "0.1.1"
author = "metagn"
description = "grab statement for importing Nimble packages, similar to Groovy's Grape"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ srcDir = "src"

# Dependencies

requires "nim >= 1.4.0"
requires "nim >= 1.0.0"

when (NimMajor, NimMinor) >= (1, 4):
when (compiles do: import nimbleutils):
Expand Down

0 comments on commit a9d81cf

Please sign in to comment.