Skip to content

Commit

Permalink
Support Nim v1.6.x to avoid breaking dependant packages
Browse files Browse the repository at this point in the history
@baf03, would it possible to revert this package Nim-requirement?

It still compiles for me with older Nim versions, so I just get breaks from other CI's not updated to Nim 2.0
  • Loading branch information
ThomasTJdev authored Aug 24, 2023
1 parent 7479a86 commit dc4a6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otp.nimble
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Package]
name = "OTP"
version = "0.2.0"
version = "0.2.1"
author = "Huy Doan"
description = "One Time Password library for Nim"
license = "MIT"

[Deps]
Requires: "nim >= 2.0.0"
Requires: "nim >= 1.6.10"
Requires: "hmac >= 0.3.0"
Requires: "base32"

0 comments on commit dc4a6b5

Please sign in to comment.