Update libdparse to latest version to fix ldc failure (#866)
This commit is contained in:
parent
e027965176
commit
4f995ee76b
2
dub.json
2
dub.json
|
@ -12,7 +12,7 @@
|
||||||
"StdLoggerDisableWarning"
|
"StdLoggerDisableWarning"
|
||||||
],
|
],
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"libdparse": ">=0.19.0 <1.0.0",
|
"libdparse": ">=0.19.2 <1.0.0",
|
||||||
"dsymbol" : ">=0.13.0 <1.0.0",
|
"dsymbol" : ">=0.13.0 <1.0.0",
|
||||||
"inifiled" : "~>1.3.1",
|
"inifiled" : "~>1.3.1",
|
||||||
"emsi_containers" : "~>0.8.0",
|
"emsi_containers" : "~>0.8.0",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 205fa27ff39e46d7f2acea0a0f7c9deee0076231
|
Subproject commit b94a1573acc5c5c6b21794970af5907f2a21822d
|
Loading…
Reference in New Issue