Skip to content

Commit

Permalink
Use latest nph version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jun 26, 2024
1 parent 84c3767 commit 79910ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocksdb.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ skipDirs = @["examples", "tests"]
mode = ScriptMode.Verbose

### Dependencies
requires "nim >= 1.6", "results", "tempfile", "unittest2", "nph"
requires "nim >= 1.6", "results", "tempfile", "unittest2", "nph#head"

task format, "Format nim code using nph":
exec "nph ."
Expand Down

0 comments on commit 79910ec

Please sign in to comment.