Make dub to use latest libdparse revision

This commit is contained in:
ryuukk 2023-08-09 19:01:01 +02:00
parent 7cbe5289f7
commit 8833f42ea1
2 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
":dsymbol": "*", ":dsymbol": "*",
":libdparse": "*", "libdparse": ">=0.23.2 <0.24.0",
":common": "*", ":common": "*",
"emsi_containers": "~>0.9.0" "emsi_containers": "~>0.9.0"
}, },
"subPackages": ["dsymbol", "common", "libdparse"], "subPackages": ["dsymbol", "common"],
"versions": ["built_with_dub"], "versions": ["built_with_dub"],
"configurations": [ "configurations": [
{ {

View File

@ -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.23.0", "libdparse": "0.23.2",
"msgpack-d": "1.0.4", "msgpack-d": "1.0.4",
"stdx-allocator": "2.77.5" "stdx-allocator": "2.77.5"
} }