Skip to content

Commit

Permalink
test and dependency fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Mar 5, 2016
1 parent 0b60076 commit 05aaa9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
"authors": ["Szabo Bogdan"],
"license": "MIT",
"dependencies": {
"vibe-d": {
"version": ">=0.7.26",
"path": "../vibe.d"
},
"tested": "~master"
"vibe-d": "~>0.7.28",
"tested": "~>0.9.4"
},

"targetType": "library"
Expand Down
2 changes: 1 addition & 1 deletion source/vibedav/base.d
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class Dav : IDav {
}

protected {
DavResource getOrCreateResource(URL url, string username, out int status) {
DavResource getOrCreateResource(URL url, string username, out HTTPStatus status) {
DavResource resource;

if(exists(url, username)) {
Expand Down

0 comments on commit 05aaa9e

Please sign in to comment.