Bump nimble version.

Make some useful fields public.
This commit is contained in:
cheatfate 2021-05-10 10:40:56 +03:00
parent be184a815c
commit 67f0f1224f
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
packageName = "chronos"
version = "3.0.2"
version = "3.0.3"
author = "Status Research & Development GmbH"
description = "Chronos"
license = "Apache License 2.0 or MIT"

View File

@ -123,7 +123,7 @@ type
HttpClientRequest* = object
meth*: HttpMethod
address: HttpAddress
address*: HttpAddress
state: HttpClientRequestState
version*: HttpVersion
headers*: HttpTable

View File

@ -78,7 +78,6 @@ type
query*: HttpTable
postTable: Option[HttpTable]
rawPath*: string
rawQuery*: string
uri*: Uri
scheme*: string
version*: HttpVersion