Skip to content

Commit

Permalink
Add compat for set_active_project (JuliaLang#48947)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored and Xnartharax committed Apr 13, 2023
1 parent 6f16535 commit 554c390
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 554c390

Please sign in to comment.