From 29adc3938a9cdf0ef5d17915a3e2a2a14e9f69e1 Mon Sep 17 00:00:00 2001 From: Szabo Bogdan Date: Sat, 3 Dec 2022 12:49:42 +0100 Subject: [PATCH] dependency updates --- dub.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/dub.json b/dub.json index 377d7ea..1f4847b 100644 --- a/dub.json +++ b/dub.json @@ -16,15 +16,16 @@ ], "targetType": "sourceLibrary", "dependencies": { - "dub": "~>1.29.2", "fluent-asserts": "~>1.0.0", "libdparse": { "version": ">=0.20.0", "optional": true }, - "vibe-d:data": "~>0.9.5" + "vibe-d:data": "*" }, - "versions": ["trial_as_dependency"] + "versions": [ + "trial_as_dependency" + ] }, { "name": "unittest", @@ -33,7 +34,9 @@ "source/app.d", "runner/app.d" ], - "lflags": ["-L/opt/homebrew/opt/openssl@3/lib"], + "lflags": [ + "-L/opt/homebrew/opt/openssl@3/lib" + ], "sourcePaths": [ "source", "tests" @@ -44,16 +47,12 @@ "tests" ], "dependencies": { - "dub": "~>1.29.2", "fluent-asserts": "~>1.0.0", "libdparse": { "version": ">=0.20.0", "optional": true }, - "vibe-d:data": "~>0.9.5" - }, - "subConfigurations": { - "dub": "library-nonet" + "vibe-d:data": "*" } } ]