Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Nov 5, 2024
1 parent 75a7815 commit 91189a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyperx.nimble
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Package

version = "0.1.35"
version = "0.1.36"
author = "Esteban Castro Borsani (@nitely)"
description = "Pure Nim Http2 client and server"
license = "MIT"
srcDir = "src"
skipDirs = @["tests", "examples"]

requires "nim >= 2.0.8"
requires "hpack >= 0.4.0"
requires "hpack >= 0.4.1"

task test, "Test":
exec "nim c -r src/hyperx/utils.nim"
Expand Down

0 comments on commit 91189a8

Please sign in to comment.