Skip to content

Commit

Permalink
Work around nim-lang/Nim#5140 by requiring nim-qt5_qtsql version
Browse files Browse the repository at this point in the history
1.0.3. This fixes a SEGFAULT when generating time objects.
  • Loading branch information
philip-wernersbach committed Jun 15, 2017
1 parent ea9b6c3 commit f090bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influx_mysql.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ backend = "cpp"

[Deps]

Requires: "nim >= 0.15.0, qt5_qtsql >= 1.0.2, microasynchttpserver >= 0.10.0"
Requires: "nim >= 0.15.0, qt5_qtsql >= 1.0.3, microasynchttpserver >= 0.10.0"

0 comments on commit f090bd1

Please sign in to comment.