Skip to content

Commit

Permalink
Nim v2.0: Require smtp package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTJdev committed Nov 19, 2023
1 parent 8832ea1 commit 0ac2e87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nimwc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ skipDirs = @["private", "tmp", "devops", "docs"]
installDirs = @["config", "nimwcpkg", "plugins", "public"]


# Nim v2
when NimMajor >= 2:
requires "smtp >= 0.1.0"


# Dependencies
requires "nim >= 1.6.0"
Expand Down

0 comments on commit 0ac2e87

Please sign in to comment.