Skip to content

Commit

Permalink
Merge pull request #45 from nim-lang/Clonkk-patch-1
Browse files Browse the repository at this point in the history
Clonkk patch 1
  • Loading branch information
Araq authored Apr 10, 2024
2 parents e7a3267 + d4a05d1 commit d948370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmq.nimble
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Package

version = "1.5.0"
version = "1.5.1"
author = "Andreas Rumpf"
description = "ZeroMQ wrapper"
license = "MIT"

# Dependencies
requires "nim >= 1.4.0"
requires "nim >= 2.0.0"

task buildexamples, "Compile all examples":
withDir "examples":
Expand Down

0 comments on commit d948370

Please sign in to comment.