Skip to content

Commit bc00d0c

Browse files
authored
Stop using plist library as it does not exist anymore
1 parent fe879b1 commit bc00d0c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dub.sdl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ importPaths "lib"
1212
dependency "requests" version="~>2"
1313
dependency "slf4d" version="~>2"
1414

15-
configuration "plist-d" {
16-
dependency "plist" version="~master"
17-
}
15+
// configuration "plist-d" {
16+
// dependency "plist" version="~master"
17+
// }
1818

1919
configuration "libplist" {
2020
versions "LibPlist"
21-
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="30d152e88767611e10048b25777ecb5f9075f87c"
21+
dependency "plist-d" repository="git+https://github.com/Dadoum/libplist-d.git" version="7e5990ea64577bd786b4a2cfff2d3609f22cc8b2"
2222
}
2323

2424
subPackage {

dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"handy-httpd": "5.2.1",
88
"httparsed": "1.2.1",
99
"plist": "~master",
10-
"plist-d": {"version":"30d152e88767611e10048b25777ecb5f9075f87c","repository":"git+https://github.com/Dadoum/libplist-d.git"},
10+
"plist-d": {"version":"7e5990ea64577bd786b4a2cfff2d3609f22cc8b2","repository":"git+https://github.com/Dadoum/libplist-d.git"},
1111
"requests": "2.1.2",
1212
"slf4d": "2.1.1",
1313
"test_allocator": "0.3.4",

0 commit comments

Comments
 (0)