Skip to content

Commit

Permalink
Bump regex to 0.26.2 (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 authored Feb 17, 2025
1 parent 16367ed commit a0b4888
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _#2249: https://github.com/fox0430/moe/pull/2249

Changed
.......

- `#2249`_ Bump regex to 0.26.2

2 changes: 1 addition & 1 deletion moe.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires "nim >= 2.0.10"
requires "ncurses >= 1.0.2"
requires "unicodedb >= 0.13.2"
requires "parsetoml >= 0.7.1"
requires "regex >= 0.26.1"
requires "regex >= 0.26.2"
requires "results >= 0.5.1"
requires "jsony >= 1.1.5"
requires "chronos >= 4.0.4"
Expand Down
6 changes: 3 additions & 3 deletions nimble.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@
}
},
"regex": {
"version": "0.26.1",
"vcsRevision": "0673df07cb266e15942c3b5f5b8a4732f049cd73",
"version": "0.26.2",
"vcsRevision": "7abf6a36238c26a073c6e5a74e7ed504545d4081",
"url": "https://github.com/nitely/nim-regex",
"downloadMethod": "git",
"dependencies": [
"unicodedb"
],
"checksums": {
"sha1": "1ec6f54553401e3f435b21fbf9a00c6cb376a027"
"sha1": "378ca01bffff25e3db854f584c3a7224e5178741"
}
}
},
Expand Down

0 comments on commit a0b4888

Please sign in to comment.