From 5e809b1d4ab8f3bd2f91ea37ed46a5e12594c835 Mon Sep 17 00:00:00 2001 From: ryuukk Date: Wed, 9 Aug 2023 18:34:19 +0200 Subject: [PATCH] Try latest version of libdparse --- dub.json | 4 ++-- libdparse | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index f5bade8..1662bfe 100644 --- a/dub.json +++ b/dub.json @@ -8,11 +8,11 @@ "license": "GPL-3.0", "dependencies": { ":dsymbol": "*", - "libdparse": ">=0.23.0 <0.24.0", + ":libdparse": "*", ":common": "*", "emsi_containers": "~>0.9.0" }, - "subPackages": ["dsymbol", "common"], + "subPackages": ["dsymbol", "common", "libdparse"], "versions": ["built_with_dub"], "configurations": [ { diff --git a/libdparse b/libdparse index 86c9bf4..1065837 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 86c9bf44c96e1666eb175c749cc26f62c2008979 +Subproject commit 10658375b22f284e2fcb44074a862c213309cfb3