We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1107aa commit a745d67Copy full SHA for a745d67
daemonize.nimble
@@ -1,9 +1,9 @@
1
[Package]
2
name = "daemonize"
3
-version = "0.0.4"
+version = "0.0.5"
4
author = "Huy Doan"
5
description = "This library makes your code run as a daemon process on Unix-like systems"
6
license = "MIT"
7
8
[Deps]
9
-Requires: "nim >= 0.10.0"
+Requires: "nim >= 0.20.0"
0 commit comments