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:
The Dlang Bot 2018-08-30 11:49:43 +02:00 committed by GitHub
commit 4a5a9e699e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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