fix #419 - server freezed under Win32 when caching the imports (#476)

fix #419 - server freezed under Win32 when caching the imports
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
BBasile 2018-05-01 22:55:22 +02:00 committed by The Dlang Bot
parent c90afe1ece
commit a53c5b40ac
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 6c5504cc80b75192b24cebe93209521c03f806d8
Subproject commit d0458897a60137a84f88eefcdd5a0b12ac07cbe7

@ -1 +1 @@
Subproject commit 9d3711ae6db776343bf39d73551f3f86ea97591f
Subproject commit 52625b8612e503f8ae1d481a1cd3d52982e73fb9

View File

@ -7,7 +7,7 @@
],
"license": "GPL-3.0",
"dependencies": {
"dsymbol": "~>0.3.1",
"dsymbol": "~>0.3.5",
"libdparse": "~>0.8.1",
"msgpack-d": "~>1.0.0-beta.3",
"stdx-allocator": "~>2.77.0"