diff --git a/fsnotify.nimble b/fsnotify.nimble index bd2daf9..93f12da 100644 --- a/fsnotify.nimble +++ b/fsnotify.nimble @@ -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" @@ -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":