Skip to content

Commit 3f7c046

Browse files
authored
Add compat for set_active_project (#48947)
1 parent eb2e968 commit 3f7c046

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/initdefs.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ end
315315
set_active_project(projfile::Union{AbstractString,Nothing})
316316
317317
Set the active `Project.toml` file to `projfile`. See also [`Base.active_project`](@ref).
318+
319+
!!! compat "Julia 1.8"
320+
This function requires at least Julia 1.8.
318321
"""
319322
function set_active_project(projfile::Union{AbstractString,Nothing})
320323
ACTIVE_PROJECT[] = projfile

0 commit comments

Comments
 (0)