update dparse to fix a parse error on type list slices (#754)
This commit is contained in:
parent
4499e559f0
commit
b51ee472fe
2
dub.json
2
dub.json
|
@ -12,7 +12,7 @@
|
|||
"StdLoggerDisableWarning"
|
||||
],
|
||||
"dependencies" : {
|
||||
"libdparse": "~>0.11.3",
|
||||
"libdparse": "~>0.11.4",
|
||||
"dsymbol" : "~>0.6.1",
|
||||
"inifiled" : "~>1.3.1",
|
||||
"emsi_containers" : "0.8.0-alpha.11",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4c33fb03c874882ef332ef2a161942e393129a04
|
||||
Subproject commit d1ceaf2a9389415727c800a86d9855273247c384
|
Loading…
Reference in New Issue