planety / prologue

Powerful and flexible web framework written in Nim
https://planety.github.io/prologue
Apache License 2.0
1.24k stars 47 forks source link

UPDATE prologue regex dependency #192

Closed PhilippMDoerner closed 1 year ago

PhilippMDoerner commented 1 year ago

Older regex versions have a bug that makes it impossible to compile prologue projects:

.nimble/pkgs/regex-0.19.0/regex.nim(856, 18) Error: Exception can raise an unlisted exception: Exception

This is fixed with 0.20.0

ringabout commented 1 year ago

thanks!