Skip to content

Commit

Permalink
Update path module to vibe-core@2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Mar 3, 2024
1 parent 1acfe7b commit 21620c6
Show file tree
Hide file tree
Showing 3 changed files with 1,612 additions and 346 deletions.
2 changes: 2 additions & 0 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ configuration "library" {
}

configuration "library-nonet" {
dependency "vibe-core" version="~>2" optional=true
dependency "vibe-d:http" version=">=0.9.0 <0.10.0" optional=true
targetType "library"
excludedSourceFiles "source/app.d"
}

configuration "dynamic-library-nonet" {
dependency "vibe-core" version="~>2" optional=true
dependency "vibe-d:http" version=">=0.9.0 <0.10.0" optional=true
targetType "dynamicLibrary"
excludedSourceFiles "source/app.d"
Expand Down
Loading

0 comments on commit 21620c6

Please sign in to comment.