haltcase / glob

Pure Nim library for matching file paths against Unix style glob patterns.
https://glob.bolingen.me
MIT License
61 stars 5 forks source link

fix: bump regex deps version #58

Closed ringabout closed 2 years ago

ringabout commented 2 years ago

including patches for stricteffects which are enabled for v2 => https://github.com/nitely/nim-regex/pull/110

ref https://github.com/nim-lang/Nim/pull/19380

ringabout commented 2 years ago

Thank you!

haltcase commented 2 years ago

@ringabout thanks for the patch! 👍

I'll push a release soon.