bump libdparse to 0.21.1
Mainly adds some new syntax parsing support
This commit is contained in:
parent
0f68143929
commit
4c426d73d1
|
@ -6,7 +6,7 @@
|
||||||
"targetPath": "build",
|
"targetPath": "build",
|
||||||
"targetType": "library",
|
"targetType": "library",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"libdparse": ">=0.20.0 <0.21.0",
|
"libdparse": ">=0.20.0 <0.22.0",
|
||||||
"emsi_containers": "~>0.9.0"
|
"emsi_containers": "~>0.9.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
dub.json
2
dub.json
|
@ -8,7 +8,7 @@
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
":dsymbol": "*",
|
":dsymbol": "*",
|
||||||
"libdparse": ">=0.20.0 <0.21.0",
|
"libdparse": ">=0.20.0 <0.22.0",
|
||||||
":common": "*",
|
":common": "*",
|
||||||
"emsi_containers": "~>0.9.0"
|
"emsi_containers": "~>0.9.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c3fa4e6eb3720c6aad9e9a772a919ccee2cf1215
|
Subproject commit 592ef39a73a58439afc75a3e6c13a0d87d0b847d
|
Loading…
Reference in New Issue