Merge pull request #491 from BBasile/issue-490

fix #490 - Crash while writing if statements
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-06-02 05:53:15 +02:00 committed by GitHub
commit 6765ca1294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit e018446b028b92c34398032e698c05c0919630ee Subproject commit b8c7663045268dd4660a16fc4f76d8f7196f6952

View File

@ -7,7 +7,7 @@
], ],
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"dsymbol": "~>0.3.7", "dsymbol": "~>0.3.8",
"libdparse": "~>0.8.6", "libdparse": "~>0.8.6",
"msgpack-d": "~>1.0.0-beta.3", "msgpack-d": "~>1.0.0-beta.3",
"stdx-allocator": "~>2.77.2" "stdx-allocator": "~>2.77.2"