Skip to content

Commit a745d67

Browse files
authored
Update daemonize.nimble
1 parent e1107aa commit a745d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daemonize.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Package]
22
name = "daemonize"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
author = "Huy Doan"
55
description = "This library makes your code run as a daemon process on Unix-like systems"
66
license = "MIT"
77

88
[Deps]
9-
Requires: "nim >= 0.10.0"
9+
Requires: "nim >= 0.20.0"

0 commit comments

Comments
 (0)