Skip to content

Commit

Permalink
Just update cligen dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jul 23, 2023
1 parent 6884cb7 commit 3fd1ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT/ISC"
bin = @["lc"]
installDirs = @["man", "configs"]
# Dependencies
requires "nim >= 1.6.0", "cligen >= 1.6.10"
requires "nim >= 1.6.0", "cligen >= 1.6.11"

import os, strutils #XXX from os import parentDir, getEnv, dirExists fails
proc getNimbleDir: string =
Expand Down

0 comments on commit 3fd1ab7

Please sign in to comment.