Skip to content

Commit

Permalink
Fix sub package dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Feb 14, 2024
1 parent f365293 commit db8d3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/dub.sdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name "data"
description "Data format and serialization support"
dependency "vibe-d:utils" version=">=0.0.0"
dependency "vibe-d:utils" path=".."
targetType "library"
sourcePaths "."
importPaths "."

0 comments on commit db8d3b9

Please sign in to comment.