Skip to content

Commit

Permalink
3.2.2: revise reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Nov 8, 2020
1 parent dc2874b commit e40c224
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions openapi.nimble
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version = "3.2.1"
version = "3.2.2"
author = "disruptek"
description = "OpenAPI Code Generator"
license = "MIT"
requires "nim >= 1.0.6"
requires "npeg >= 0.22.0 & < 0.23.0"
requires "foreach >= 1.0.1"
requires "https://github.com/disruptek/rest.git >= 1.0.3"
requires "npeg < 1.0.0"
requires "foreach >= 1.0.1 & < 2.0.0"
requires "https://github.com/disruptek/rest.git >= 1.0.3 & < 2.0.0"

srcDir = "src"

Expand Down

0 comments on commit e40c224

Please sign in to comment.