diff --git a/dub.sdl b/dub.sdl index c7ef288..9ae924b 100644 --- a/dub.sdl +++ b/dub.sdl @@ -12,13 +12,13 @@ importPaths "lib" dependency "requests" version="~>2" dependency "slf4d" version="~>2" -configuration "plist-d" { - dependency "plist" version="~master" -} +// configuration "plist-d" { +// dependency "plist" version="~master" +// } configuration "libplist" { versions "LibPlist" - dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="30d152e88767611e10048b25777ecb5f9075f87c" + dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="7e5990ea64577bd786b4a2cfff2d3609f22cc8b2" } subPackage { diff --git a/dub.selections.json b/dub.selections.json index f6e8b7f..b53fd4b 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -7,7 +7,7 @@ "handy-httpd": "5.2.1", "httparsed": "1.2.1", "plist": "~master", - "plist-d": {"version":"30d152e88767611e10048b25777ecb5f9075f87c","repository":"git+https://github.com/Dadoum/libplist-d.git"}, + "plist-d": {"version":"7e5990ea64577bd786b4a2cfff2d3609f22cc8b2","repository":"git+https://github.com/Dadoum/libplist-d.git"}, "requests": "2.1.2", "slf4d": "2.1.1", "test_allocator": "0.3.4",