From 7d23085c964dd55ece31787dcea4caf293ea0017 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Fri, 9 Jan 2026 16:06:24 +0000 Subject: [PATCH] Bump libdparse version to 0.25.1 Needed for https://github.com/dlang/dmd/pull/22369. --- dub.sdl | 2 +- tests_extractor.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.sdl b/dub.sdl index 7b0839e42..380ee2331 100644 --- a/dub.sdl +++ b/dub.sdl @@ -8,7 +8,7 @@ targetType "none" subPackage { name "tests_extractor" targetType "executable" - dependency "libdparse" version="~>0.10.12" + dependency "libdparse" version="~>0.25.1" sourceFiles "tests_extractor.d" } diff --git a/tests_extractor.d b/tests_extractor.d index 64526a87b..a6bcaa338 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.24.0" +dependency "libdparse" version="~>0.25.1" +/ /* * Parses all public unittests that are visible on dlang.org