Skip to content

Commit

Permalink
update dparse to fix bad looking ddoc hints in some cases (#585)
Browse files Browse the repository at this point in the history
update dparse to fix bad looking ddoc hints in some cases
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
  • Loading branch information
Basile-z authored and dlang-bot committed Feb 10, 2019
1 parent adc3b81 commit 8a7a6c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"license": "GPL-3.0",
"dependencies": {
"dsymbol": "~>0.6.0",
"libdparse": "~>0.11.0",
"libdparse": "~>0.11.2",
"msgpack-d": "~>1.0.0-beta.7",
"stdx-allocator": "~>2.77.5"
"stdx-allocator": "~>2.77.5",
"emsi_containers": "0.8.0-alpha.11"
},
"stringImportPaths" : [
"bin"
Expand Down
2 changes: 1 addition & 1 deletion libdparse

0 comments on commit 8a7a6c7

Please sign in to comment.