Migrate to nitely/nim-regex away from std/nre.
PR Validation / Unit Tests (pull_request) Successful in 22s

This commit was merged in pull request #4.
This commit is contained in:
Jonathan Bernard
2026-03-09 21:42:57 -05:00
parent 4ff6d2bc95
commit d3f2b8fc6d
3 changed files with 34 additions and 41 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Package
version = "1.2.1"
version = "1.2.2"
author = "Jonathan Bernard"
description = "Small util to update version consistently for nim and node packages."
license = "MIT"
@@ -10,4 +10,4 @@ bin = @["update_version"]
# Dependencies
requires @["nim >= 1.0.4", "docopt >= 0.7.1", "zero_functional"]
requires @["nim >= 1.0.4", "docopt >= 0.7.1", "regex", "zero_functional"]