Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed Jul 28, 2016
1 parent cc0e555 commit fc0eb0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dsymbol
4 changes: 2 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"targetType": "executable",
"versions": ["built_with_dub"],
"dependencies": {
"libdparse": "0.7.0-alpha.14",
"dsymbol": "0.2.0-alpha.9",
"libdparse": "0.7.0-alpha.15",
"dsymbol": "0.2.0-alpha.10",
"inifiled": ">=0.0.6",
"emsi_containers": "0.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libdparse
2 changes: 0 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ GDC := gdc
LDC := ldc2
OBJ_DIR := obj
SRC := \
$(shell find containers/experimental_allocator/src -name "*.d")\
$(shell find containers/src -name "*.d")\
$(shell find dsymbol/src -name "*.d")\
$(shell find inifiled/source/ -name "*.d")\
Expand All @@ -16,7 +15,6 @@ SRC := \
INCLUDE_PATHS = \
-Iinifiled/source -Isrc\
-Ilibdparse/src\
-Ilibdparse/experimental_allocator/src\
-Idsymbol/src -Icontainers/src
VERSIONS =
DEBUG_VERSIONS = -version=dparse_verbose
Expand Down

0 comments on commit fc0eb0b

Please sign in to comment.