Fixed deprecation warning.
2 files changed, 2 insertions(+), 2 deletions(-) M nimhttpd.nimble M src/nimhttpd.nim
M nimhttpd.nimble => nimhttpd.nimble +1 -1
@@ 23,7 23,7 @@ installExt = @["nim"] # Dependencies requires "nim >= 1.4.4" requires "nim >= 1.6.12" const compile = "nim c -d:release" const linux_x64 = "--cpu:amd64 --os:linux -o:nimhttpd"
M src/nimhttpd.nim => src/nimhttpd.nim +1 -1