Skip to content

Commit

Permalink
Add compat for set_active_project (#48947)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Mar 8, 2023
1 parent eb2e968 commit 3f7c046
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/initdefs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ end
set_active_project(projfile::Union{AbstractString,Nothing})
Set the active `Project.toml` file to `projfile`. See also [`Base.active_project`](@ref).
!!! compat "Julia 1.8"
This function requires at least Julia 1.8.
"""
function set_active_project(projfile::Union{AbstractString,Nothing})
ACTIVE_PROJECT[] = projfile
Expand Down

0 comments on commit 3f7c046

Please sign in to comment.