Skip to content

Commit

Permalink
Update fsnotify.nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Mar 28, 2022
1 parent f0b81d9 commit f51ea41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsnotify.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.2"
version = "0.1.4"
author = "flywind"
description = "A file system monitor in Nim."
license = "Apache-2.0"
Expand All @@ -9,7 +9,7 @@ srcDir = "src"

# Dependencies

requires "nim >= 1.2.6"
requires "nim >= 1.6.0"
requires "xio >= 0.1.0"

task tests, "Run all tests":
Expand Down

0 comments on commit f51ea41

Please sign in to comment.