From bc00d0c8291b2996975e65172a81437263be0567 Mon Sep 17 00:00:00 2001 From: Dadoum <24679280+Dadoum@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:47:02 +0100 Subject: [PATCH] Stop using plist library as it does not exist anymore --- dub.sdl | 8 ++++---- dub.selections.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",