Skip to content

Commit 79e8414

Browse files
authored
Merge pull request #4 from guzba/ryan
0.1.9
2 parents 9f65e36 + ecb7809 commit 79e8414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

curly.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.1.8"
1+
version = "0.1.9"
22
author = "Ryan Oldenburg"
33
description = "Makes using libcurl efficiently easy"
44
license = "MIT"

src/curly.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import waterpark, libcurl, std/sequtils, std/strutils, webby, zippy
1+
import waterpark, libcurl, std/sequtils, std/strutils, webby/httpheaders, zippy
22

3-
export webby
3+
export httpheaders
44

55
block:
66
let ret = global_init(GLOBAL_DEFAULT)

0 commit comments

Comments
 (0)