From 9d739a605ef0e57d3829b1aab4527e4b288f10b5 Mon Sep 17 00:00:00 2001 From: Filippo Cucchetto Date: Mon, 28 Mar 2016 10:54:02 +0200 Subject: [PATCH] Fixed requirements --- examples/resourcebundling/resourcebundling.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resourcebundling/resourcebundling.nimble b/examples/resourcebundling/resourcebundling.nimble index 92189d8..99bb870 100644 --- a/examples/resourcebundling/resourcebundling.nimble +++ b/examples/resourcebundling/resourcebundling.nimble @@ -9,7 +9,7 @@ bin = @["main"] # Dependencies -requires "nimqml >= 0.5.0" +requires @["nim >= 0.12.1", "nimqml >= 0.5.0"] task build, "Compile the binary": exec ("nim c main")