Make dub to use latest libdparse revision
This commit is contained in:
parent
7cbe5289f7
commit
8833f42ea1
4
dub.json
4
dub.json
|
@ -8,11 +8,11 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
":dsymbol": "*",
|
||||
":libdparse": "*",
|
||||
"libdparse": ">=0.23.2 <0.24.0",
|
||||
":common": "*",
|
||||
"emsi_containers": "~>0.9.0"
|
||||
},
|
||||
"subPackages": ["dsymbol", "common", "libdparse"],
|
||||
"subPackages": ["dsymbol", "common"],
|
||||
"versions": ["built_with_dub"],
|
||||
"configurations": [
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"versions": {
|
||||
"dsymbol": "0.14.1",
|
||||
"emsi_containers": "0.9.0",
|
||||
"libdparse": "0.23.0",
|
||||
"libdparse": "0.23.2",
|
||||
"msgpack-d": "1.0.4",
|
||||
"stdx-allocator": "2.77.5"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue