Fix one more dependency

This commit is contained in:
Hackerpilot 2020-08-28 00:06:04 -07:00
parent 08c015a004
commit 214eb067bd
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 71168a8449958e1807a8ba22c8a4df15456bae83 Subproject commit b8920c2a4593e24d1ced91f8f0bce9e50f598e4d

View File

@ -13,9 +13,9 @@
], ],
"dependencies" : { "dependencies" : {
"libdparse": ">=0.17.0 <0.18.0", "libdparse": ">=0.17.0 <0.18.0",
"dsymbol" : ">=0.10.0 <0.12.0", "dsymbol" : ">=0.11.3 <0.12.0",
"inifiled" : "~>1.3.1", "inifiled" : "~>1.3.1",
"emsi_containers" : "~>0.8.0-alpha.17", "emsi_containers" : "~>0.8.0-alpha.19",
"libddoc" : "~>0.7.3", "libddoc" : "~>0.7.3",
"stdx-allocator" : "~>2.77.5" "stdx-allocator" : "~>2.77.5"
}, },