diff --git a/dub.json b/dub.json index ab52088..d3ac9c4 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"], "dependencies": { - "dlangui": "==0.9.97", + "dlangui": "==0.9.98", "dcd": "~>0.9.1" }, diff --git a/src/dlangide/ui/settings.d b/src/dlangide/ui/settings.d index ef24c25..ee7aa42 100644 --- a/src/dlangide/ui/settings.d +++ b/src/dlangide/ui/settings.d @@ -51,6 +51,7 @@ StringListValue[] createFaceList(bool monospaceFirst) { } StringListValue[] createIntValueList(int[] values, dstring suffix = ""d) { + import std.conv : to; StringListValue[] res; res.assumeSafeAppend(); foreach(n; values) { diff --git a/views/VERSION b/views/VERSION index 8c606b7..0b07401 100644 --- a/views/VERSION +++ b/views/VERSION @@ -1 +1 @@ -v0.7.50 \ No newline at end of file +v0.7.51 \ No newline at end of file