update dparse to fix bad looking ddoc hints in some cases
This commit is contained in:
parent
adc3b815dc
commit
4fd6ec9159
5
dub.json
5
dub.json
|
|
@ -8,9 +8,10 @@
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dsymbol": "~>0.6.0",
|
"dsymbol": "~>0.6.0",
|
||||||
"libdparse": "~>0.11.0",
|
"libdparse": "~>0.11.2",
|
||||||
"msgpack-d": "~>1.0.0-beta.7",
|
"msgpack-d": "~>1.0.0-beta.7",
|
||||||
"stdx-allocator": "~>2.77.5"
|
"stdx-allocator": "~>2.77.5",
|
||||||
|
"emsi_containers": "0.8.0-alpha.11"
|
||||||
},
|
},
|
||||||
"stringImportPaths" : [
|
"stringImportPaths" : [
|
||||||
"bin"
|
"bin"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 338a7f66f42936c6b07567ce54974f6ac719b4e9
|
Subproject commit 23b20de4ee48ed3f0e8729f6318405543cb3a611
|
||||||
Loading…
Reference in New Issue