diff --git a/source/dub/dub.d b/source/dub/dub.d index 4d693ed..9e022dc 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -187,6 +187,9 @@ return .defaultCompiler(); } + deprecated void shutdown() {} + deprecated void cleanCaches() {} + /// Loads the package from the current working directory as the main /// project package. void loadPackageFromCwd()