Skip to content

Commit

Permalink
Merge pull request #4 from guzba/ryan
Browse files Browse the repository at this point in the history
0.1.9
  • Loading branch information
guzba authored May 18, 2023
2 parents 9f65e36 + ecb7809 commit 79e8414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion curly.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.1.8"
version = "0.1.9"
author = "Ryan Oldenburg"
description = "Makes using libcurl efficiently easy"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/curly.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import waterpark, libcurl, std/sequtils, std/strutils, webby, zippy
import waterpark, libcurl, std/sequtils, std/strutils, webby/httpheaders, zippy

export webby
export httpheaders

block:
let ret = global_init(GLOBAL_DEFAULT)
Expand Down

0 comments on commit 79e8414

Please sign in to comment.