Merge pull request #418 from BBasile/loop-asm
update libdparse to prevent case of OutOfMem merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
This commit is contained in:
commit
2466f8cf6e
2
dub.json
2
dub.json
|
|
@ -8,7 +8,7 @@
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dsymbol": "~>0.2.8",
|
"dsymbol": "~>0.2.8",
|
||||||
"libdparse": "~>0.7.1",
|
"libdparse": ">=0.7.2-alpha.2",
|
||||||
"msgpack-d": "~>1.0.0-beta.3"
|
"msgpack-d": "~>1.0.0-beta.3"
|
||||||
},
|
},
|
||||||
"versions": ["built_with_dub"],
|
"versions": ["built_with_dub"],
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a4cdc474a130ecf5ba3be9424cfb23815eeefd3a
|
Subproject commit 0bd3235f852454a1c1c6dfe55e26786ad13bc4b5
|
||||||
Loading…
Reference in New Issue