fix #407 - DCD stops working if some thread is created after instantiation of ModuleCache

This commit is contained in:
Basile Burg 2017-08-15 14:29:40 +02:00
parent 940da43711
commit bd32bc92bd
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2fed97e129723647b2b8c8d6ea32214b071ed15b
Subproject commit 026398b6888dbe2fcdf88b87babf1bd4d456f43f

View File

@ -7,7 +7,7 @@
],
"license": "GPL-3.0",
"dependencies": {
"dsymbol": "~>0.2.7",
"dsymbol": "~>0.2.8",
"libdparse": "~>0.7.1-beta.7",
"msgpack-d": "~>1.0.0-beta.3"
},