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