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 83
83
of RouteCode:
84
84
data: ResponseData
85
85
86
- const jesterVer = " 0.5 .0"
86
+ const jesterVer = " 0.6 .0"
87
87
88
88
proc toStr(headers: Option[RawHeaders]) : string =
89
89
return $ newHttpHeaders(headers.get(@ ({:})))
Original file line number Diff line number Diff line change 1
1
# Package
2
2
3
- version = " 0.5 .0" # Be sure to update jester.jesterVer too!
3
+ version = " 0.6 .0" # Be sure to update jester.jesterVer too!
4
4
author = " Dominik Picheta"
5
5
description = " A sinatra-like web framework for Nim."
6
6
license = " MIT"
@@ -17,4 +17,4 @@ when not defined(windows):
17
17
18
18
task test, " Runs the test suite." :
19
19
exec " nimble install -y asynctools@#0e6bdc3ed5bae8c7cc9"
20
- exec " nim c -r tests/tester"
20
+ exec " nim c -r tests/tester"
You can’t perform that action at this time.
0 commit comments