Skip to content

Commit

Permalink
readd deprecated cache field
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Sep 26, 2023
1 parent be92035 commit 1485c45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/dub/generators/generator.d
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,9 @@ struct GeneratorSettings {
? getWorkingDirectory()
: overrideToolWorkingDirectory;
}

deprecated("This is no longer used, the cache is inside PackageManager now. If you use a project instantiated from a `Dub` instance, the cache defaults to the real DUB cache, e.g. ~/.dub/cache")
NativePath cache;
}


Expand Down

0 comments on commit 1485c45

Please sign in to comment.