Merge pull request #525 from BBasile/in-loop
update dparse to prevent a possible infinite loop on completion after `in` merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
4a5a9e699e
2
dub.json
2
dub.json
|
@ -8,7 +8,7 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"dsymbol": "~>0.4.3",
|
||||
"libdparse": "~>0.9.1",
|
||||
"libdparse": "~>0.9.3",
|
||||
"msgpack-d": "~>1.0.0-beta.3",
|
||||
"stdx-allocator": "~>2.77.2"
|
||||
},
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0356d17fdfc6bbd0f469ec1e20b1249fa65a922a
|
||||
Subproject commit f04bd575fdcabf3f7934a63a0819e37d1ef4a9e3
|
Loading…
Reference in New Issue