diff --git a/graphqld/.gitignore b/graphqld/.gitignore index d1c9c144..9c6f4c75 100644 --- a/graphqld/.gitignore +++ b/graphqld/.gitignore @@ -14,3 +14,4 @@ graphqld-test-* *.o *.obj *.lst +dub.selections.json diff --git a/graphqld/dub.json b/graphqld/dub.json index 335e9f6c..86bca19e 100644 --- a/graphqld/dub.json +++ b/graphqld/dub.json @@ -2,10 +2,15 @@ "authors": [ "Sergei Giniatulin" ], - "copyright": "Copyright © 2023, Sergei Giniatulin", + "copyright": "Copyright © 2024, Sergei Giniatulin", "dependencies": { - "graphqld": "~>5.1.4" + "graphqld": "~>5.1.6", + "vibe-d:tls": "*" }, + "dflags-ldc": [ "-mcpu=native"], + "subConfigurations": { + "vibe-d:tls": "notls" + }, "versions": ["VibeManualMemoryManagement", "VibeHighEventPriority","VibeDisableCommandLineParsing"], "description": "GraphQL D benchmark", "license": "MIT", diff --git a/graphqld/dub.selections.json b/graphqld/dub.selections.json deleted file mode 100644 index 185d5835..00000000 --- a/graphqld/dub.selections.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "fileVersion": 1, - "versions": { - "diet-ng": "1.8.1", - "eventcore": "0.9.26", - "exceptionhandling": "1.0.0", - "fixedsizearray": "1.3.0", - "graphqld": "5.1.4", - "libasync": "0.8.6", - "memutils": "1.0.9", - "mir-linux-kernel": "1.0.1", - "nullablestore": "2.1.0", - "openssl": "3.3.3", - "openssl-static": "1.0.2+3.0.8", - "stdx-allocator": "2.77.5", - "taggedalgebraic": "0.11.22", - "vibe-container": "1.0.1", - "vibe-core": "2.5.1", - "vibe-d": "0.9.7" - } -}