Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Sep 2, 2024
1 parent 25f6011 commit 0734542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [2.0.0]
nim: [2.0.8]
steps:
- uses: actions/checkout@v2
- name: Run Tests
Expand Down
4 changes: 2 additions & 2 deletions hyperx.nimble
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Package

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

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

task test, "Test":
Expand Down

0 comments on commit 0734542

Please sign in to comment.