Skip to content

Commit

Permalink
bump httpx (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Apr 17, 2023
1 parent c338072 commit a3a2a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpx.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.3.5"
version = "0.3.6"
author = "ringabout"
description = "A super-fast epoll-backed and parallel HTTP server."
license = "Apache 2.0"
Expand All @@ -10,7 +10,7 @@ srcDir = "src"
# Dependencies


requires "nim >= 1.2.6"
requires "nim >= 1.6.12"
requires "ioselectors >= 0.1.6"


Expand Down

0 comments on commit a3a2a9f

Please sign in to comment.