From 9013be18de6c8470c9aa7b92b125005dff388b0a Mon Sep 17 00:00:00 2001 From: James Wrigley Date: Thu, 12 Dec 2024 12:19:00 +0100 Subject: [PATCH] Mark Distributed as an upgradeable stdlib --- src/Types.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types.jl b/src/Types.jl index 2d01527073..8c41824058 100644 --- a/src/Types.jl +++ b/src/Types.jl @@ -460,7 +460,7 @@ is_project_uuid(env::EnvCache, uuid::UUID) = project_uuid(env) == uuid # Context # ########### -const UPGRADABLE_STDLIBS = ["DelimitedFiles", "Statistics"] +const UPGRADABLE_STDLIBS = ["DelimitedFiles", "Statistics", "Distributed"] const UPGRADABLE_STDLIBS_UUIDS = Set{UUID}() const STDLIB = Ref{DictStdLibs}() function load_stdlib()