Update to next libdparse version
This commit is contained in:
parent
fbd79b258f
commit
b5a445a465
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.23.0",
|
"libdparse": { "repository":"git+https://github.com/dlang-community/libdparse.git", "version": "df3f78097186eca0b01701931d472581729a0025" },
|
||||||
":common": "*",
|
":common": "*",
|
||||||
"emsi_containers": "~>0.9.0"
|
"emsi_containers": "~>0.9.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"versions": {
|
"versions": {
|
||||||
"dsymbol": "0.14.1",
|
"dsymbol": "0.14.1",
|
||||||
"emsi_containers": "0.9.0",
|
"emsi_containers": "0.9.0",
|
||||||
"libdparse": "0.22.0",
|
"libdparse": {"version":"df3f78097186eca0b01701931d472581729a0025","repository":"git+https://github.com/dlang-community/libdparse.git"},
|
||||||
"msgpack-d": "1.0.4",
|
"msgpack-d": "1.0.4",
|
||||||
"stdx-allocator": "2.77.5"
|
"stdx-allocator": "2.77.5"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 98bf0f4166578717e0b78472ff5054d6f918e797
|
Subproject commit df3f78097186eca0b01701931d472581729a0025
|
||||||
Loading…
Reference in New Issue