From 46c48307921b317d67b10e93ff0c6700e089f2a9 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 26 Apr 2020 18:41:46 +0200 Subject: [PATCH] Update libdparse dependency of test_extractor.d --- tests_extractor.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_extractor.d b/tests_extractor.d index a947a9fa86..1a0d349483 100755 --- a/tests_extractor.d +++ b/tests_extractor.d @@ -1,7 +1,7 @@ #!/usr/bin/env dub /++dub.sdl: name "tests_extractor" -dependency "libdparse" version="~>0.10.12" +dependency "libdparse" version="~>0.14.0" +/ /* * Parses all public unittests that are visible on dlang.org