Skip to content

Commit 17edb1a

Browse files
authored
Merge pull request #818 from dlang-community/issue-817
Update libdparse to fix Issue 817
2 parents 588aa6c + 214eb06 commit 17edb1a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dub.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"StdLoggerDisableWarning"
1313
],
1414
"dependencies" : {
15-
"libdparse": ">=0.14.0 <0.16.0",
16-
"dsymbol" : ">=0.10.0 <0.12.0",
15+
"libdparse": ">=0.17.0 <0.18.0",
16+
"dsymbol" : ">=0.11.3 <0.12.0",
1717
"inifiled" : "~>1.3.1",
18-
"emsi_containers" : "~>0.8.0-alpha.17",
19-
"libddoc" : "~>0.7.2",
18+
"emsi_containers" : "~>0.8.0-alpha.19",
19+
"libddoc" : "~>0.7.3",
2020
"stdx-allocator" : "~>2.77.5"
2121
},
2222
"targetPath" : "bin",

libddoc

Submodule libddoc updated 1 file

0 commit comments

Comments
 (0)