Skip to content

Commit a58d5b4

Browse files
authored
Merge pull request #191 from rejectedsoftware/issue159_ssl_link_errors
Use VibeNoSSL in the application configuration
2 parents 366ce4f + c43edf7 commit a58d5b4

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

dub.sdl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ dependency "vibe-d:web" version=">=0.7.31 <0.9.0"
88
dependency "hyphenate" version="~>1.1.0"
99
dependency "libdparse" version="~>0.7.0"
1010

11-
versions "JsonLineNumbers"
11+
configuration "application" {
12+
targetType "executable"
13+
mainSourceFile "source/app.d"
14+
versions "JsonLineNumbers" "VibeNoSSL"
15+
}
16+
17+
configuration "library" {
18+
targetType "library"
19+
excludedSourceFiles "source/app.d"
20+
}

dub.selections.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"botan": "1.12.9",
55
"botan-math": "1.0.3",
66
"diet-ng": "1.4.3",
7-
"eventcore": "0.8.17",
7+
"eventcore": "0.8.27",
88
"hyphenate": "1.1.1",
99
"libasync": "0.8.3",
1010
"libdparse": "0.7.1",
1111
"libevent": "2.0.2+2.0.16",
1212
"memutils": "0.4.9",
13-
"openssl": "1.1.5+1.0.1g",
14-
"taggedalgebraic": "0.10.7",
15-
"vibe-core": "1.2.0",
16-
"vibe-d": "0.8.1"
13+
"openssl": "1.1.6+1.0.1g",
14+
"taggedalgebraic": "0.10.8",
15+
"vibe-core": "1.3.0",
16+
"vibe-d": "0.8.2"
1717
}
1818
}

0 commit comments

Comments
 (0)