Skip to content

Commit

Permalink
Merge pull request #2 from ThomasTJdev/master-1
Browse files Browse the repository at this point in the history
Support Nim v1.6.x to avoid breaking dependant packages
  • Loading branch information
ba0f3 authored Aug 24, 2023
2 parents 7479a86 + dc4a6b5 commit 6003046
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 6003046

Please sign in to comment.