File tree Expand file tree Collapse file tree 3 files changed +20
-17
lines changed Expand file tree Collapse file tree 3 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " dpl-docs" ,
3
3
"dependencies" : {
4
4
"ddox" : " ~>0.16.11" ,
5
+ "vibe-stream:tls" : " ~>1.1" ,
5
6
"ddoc_preprocessor" : {
6
7
"path" : " ../ddoc"
7
8
}
8
9
},
9
- "versions" : [" VibeNoSSL" ],
10
- "subConfigurations" : { "eventcore" : " libasync" }
10
+ "subConfigurations" : {
11
+ "vibe-stream:tls" : " notls"
12
+ }
11
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"fileVersion" : 1 ,
3
3
"versions" : {
4
- "botan" : " 1.12.18" ,
5
- "botan-math" : " 1.0.3" ,
6
4
"ddoc_preprocessor" : {"path" :" ../ddoc" },
7
- "ddox" : " 0.16.15" ,
8
- "diet-ng" : " 1.7.2" ,
9
- "eventcore" : " 0.9.7" ,
10
- "hyphenate" : " 1.1.2" ,
11
- "libasync" : " 0.8.6" ,
5
+ "ddox" : " 0.16.23" ,
6
+ "diet-ng" : " 1.8.3" ,
7
+ "eventcore" : " 0.9.35" ,
8
+ "hyphenate" : " 1.1.4" ,
12
9
"libdparse" : " 0.15.4" ,
13
- "libevent" : " 2.0.2+2.0.16" ,
14
- "memutils" : " 1.0.4" ,
15
- "mir-linux-kernel" : " 1.0.1" ,
16
- "openssl" : " 1.1.6+1.0.1g" ,
10
+ "mir-linux-kernel" : " 1.2.1" ,
11
+ "openssl" : " 3.3.4" ,
12
+ "openssl-static" : " 1.0.5+3.0.8" ,
17
13
"stdx-allocator" : " 2.77.5" ,
18
- "taggedalgebraic" : " 0.11.16" ,
19
- "vibe-core" : " 1.9.3" ,
20
- "vibe-d" : " 0.9.0"
14
+ "taggedalgebraic" : " 0.11.23" ,
15
+ "vibe-container" : " 1.4.2" ,
16
+ "vibe-core" : " 2.9.6+commit.14.g6c20b78" ,
17
+ "vibe-d" : " 0.10.2" ,
18
+ "vibe-http" : " 1.2.1" ,
19
+ "vibe-inet" : " 1.1.0+commit.2.g8840fee" ,
20
+ "vibe-serialization" : " 1.0.7" ,
21
+ "vibe-stream" : " 1.1.1"
21
22
}
22
23
}
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ DRUNTIME_LATEST_DIR=$G/dmd-${LATEST}/druntime
180
180
PHOBOS_LATEST_DIR =$G/phobos-${LATEST}
181
181
182
182
# stable dub and dmd versions used to build dpl-docs
183
- STABLE_DMD_VER =2.088.0
183
+ STABLE_DMD_VER =2.100.2
184
184
STABLE_DMD_VER_SUFFIX =
185
185
STABLE_DMD_VER_PREFIX =
186
186
STABLE_DMD_ROOT =$(GENERATED ) /stable_dmd-$(STABLE_DMD_VER )$(STABLE_DMD_VER_SUFFIX )
You can’t perform that action at this time.
0 commit comments