Migrate to nitely/nim-regex away from std/nre.
PR Validation / Unit Tests (pull_request) Successful in 22s
PR Validation / Unit Tests (pull_request) Successful in 22s
This commit was merged in pull request #4.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user