diff --git a/tweetlog.nimble b/tweetlog.nimble index e37d905..fb71867 100644 --- a/tweetlog.nimble +++ b/tweetlog.nimble @@ -9,7 +9,7 @@ installExt = @["nim"] bin = @["tweetlog"] # Dependencies -requires "nim >= 1.0.9" +requires "nim >= 1.0" requires "https://github.com/dom96/jester" requires "https://github.com/pragmagic/karax"