Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 24, 2024
1 parent f40f40e commit f22c4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nyml.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.7"
version = "0.1.8"
author = "George Lemon"
description = "A stupid simple YAML Parser. YAML to stringified JSON, JsonNode or Nim objects via pkg/jsony"
license = "MIT"
Expand All @@ -16,7 +16,7 @@ task tests, "Run test":

task dev, "compile nyml":
echo "\n✨ Compiling..." & "\n"
exec "nim --mm:arc --out:bin/nyml --hints:off --threads:on c src/nyml.nim"
exec "nim --mm:arc --out:bin/nyml --hints:off -d:danger --checks:off --threads:on c src/nyml.nim"

task bench, "benchmark":
exec "nim c --mm:arc -d:danger -d:release benchmarks/test.nim"

0 comments on commit f22c4b3

Please sign in to comment.