Skip to content

Commit

Permalink
Mark Distributed as an upgradeable stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley authored Dec 12, 2024
1 parent e7c37f3 commit 9013be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9013be1

Please sign in to comment.