Skip to content

Commit

Permalink
Merge pull request #5 from Patitotective/devel
Browse files Browse the repository at this point in the history
v1.2.2: nim 2.0.0 compatibility bug fix
  • Loading branch information
Patitotective authored Oct 16, 2023
2 parents 9dadc4d + e8ecb78 commit a37a00b
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 327 deletions.
4 changes: 2 additions & 2 deletions kdl.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.2.0"
version = "1.2.2"
author = "Patitotective"
description = "KDL document language Nim implementation"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ skipFiles = @["src/kdl/query.nim", "src/kdl/schema.nim"]

# Dependencies

requires "nim >= 1.6.8"
requires "nim >= 1.6.0"

task docs, "Generate documentation":
exec "nim doc --git.url:https://github.com/Patitotective/kdl-nim --git.commit:main --outdir:docs --project src/kdl.nim"
Expand Down
Loading

0 comments on commit a37a00b

Please sign in to comment.