File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Package
22
3- version = " 0.6.6 "
3+ version = " 0.6.8 "
44author = " ringabout"
55description = " Prologue is an elegant and high performance web framework"
66license = " Apache-2.0"
@@ -10,7 +10,7 @@ srcDir = "src"
1010# Dependencies
1111requires " nim >= 2.0.0"
1212requires " regex >= 0.20.0"
13- requires " nimcrypto >= 0.5.4 "
13+ requires " nimcrypto >= 0.6.0 "
1414requires " cookiejar >= 0.2.0"
1515requires " httpx >= 0.3.7"
1616requires " logue >= 0.2.0"
Original file line number Diff line number Diff line change 11const
2- PrologueVersion * = " 0.6.6 " # # The current version of Prologue.
2+ PrologueVersion * = " 0.6.8 " # # The current version of Prologue.
33 ProloguePrefix * = " PROLOGUE" # # The helper prefix for environment variables.
44 useAsyncHTTPServer* = defined (windows) or defined (usestd) # # Uses `asynchttpserver`.
You can’t perform that action at this time.
0 commit comments