Bump liddoc and libdparse versions

This commit is contained in:
RazvanN7 2021-06-02 15:08:53 +03:00 committed by Jan Jurzitza
parent 7809598da0
commit 2400d9c9e7
4 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,7 @@
"dsymbol" : ">=0.11.3 <0.12.0",
"inifiled" : "~>1.3.1",
"emsi_containers" : "~>0.8.0",
"libddoc" : "~>0.7.3",
"libddoc" : "~>0.8.0",
"stdx-allocator" : "~>2.77.5"
},
"targetPath" : "bin",

@ -1 +1 @@
Subproject commit 9cf851e4476bdadccd96f3589e16ab9f9881c76d
Subproject commit fbbfb8245728484e5f96d717994d4b404a9789a4

@ -1 +1 @@
Subproject commit 6f0893f6b07ec561d382f26c81e74f7788056828
Subproject commit fbdf71b929a9f9bc982d0204f921371806e5d412

View File

@ -13,6 +13,7 @@ LIB_SRC := \
$(shell find libdparse/src/std/experimental/ -name "*.d")\
$(shell find libdparse/src/dparse/ -name "*.d")\
$(shell find libddoc/src -name "*.d") \
$(shell find libddoc/common/source -name "*.d") \
$(shell find stdx-allocator/source -name "*.d")
PROJECT_SRC := $(shell find src/ -name "*.d")
SRC := $(LIB_SRC) $(PROJECT_SRC)
@ -23,6 +24,7 @@ INCLUDE_PATHS = \
-Idsymbol/src \
-Icontainers/src \
-Ilibddoc/src \
-Ilibddoc/common/source \
-Istdx-allocator/source
VERSIONS =
DEBUG_VERSIONS = -version=dparse_verbose