Skip to content

Commit f9a614a

Browse files
committed
Update path module to [email protected]
1 parent 5a4fd0c commit f9a614a

File tree

7 files changed

+1871
-445
lines changed

7 files changed

+1871
-445
lines changed

build-files.txt

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ source/dub/internal/vibecompat/data/json.d
6767
source/dub/internal/vibecompat/data/serialization.d
6868
source/dub/internal/vibecompat/data/utils.d
6969
source/dub/internal/vibecompat/inet/path.d
70+
source/dub/internal/vibecompat/inet/path2.d
7071
source/dub/internal/vibecompat/inet/url.d
7172
source/dub/internal/colorize/colors.d
7273
source/dub/internal/colorize/cwrite.d

dub.sdl

+2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ configuration "library" {
3232
}
3333

3434
configuration "library-nonet" {
35+
dependency "vibe-core" version="~>2" optional=true
3536
dependency "vibe-d:http" version=">=0.9.0 <0.11.0" optional=true
3637
targetType "library"
3738
excludedSourceFiles "source/app.d"
3839
}
3940

4041
configuration "dynamic-library-nonet" {
42+
dependency "vibe-core" version="~>2" optional=true
4143
dependency "vibe-d:http" version=">=0.9.0 <0.11.0" optional=true
4244
targetType "dynamicLibrary"
4345
excludedSourceFiles "source/app.d"

0 commit comments

Comments
 (0)