Skip to content

Commit 0bb21f9

Browse files
committed
Fix readonly version to julia 1.13+ and remove redundant [extras] compat
1 parent 055f0e1 commit 0bb21f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/toml-files.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ the section on [pre-1.0 behavior](@ref compat-pre-1.0) for more details.
112112
### The `readonly` field
113113

114114
!!! compat
115-
The `readonly` field requires Julia 1.12+.
115+
The `readonly` field requires Julia 1.13+.
116116

117117
The `readonly` field is a boolean that, when set to `true`, marks the environment as read-only. This prevents any modifications to the environment, including adding, removing, or updating packages. For example:
118118

@@ -291,9 +291,6 @@ In this case, the workspaces are "merged" with a single manifest being stored al
291291

292292
### The `[extras]` section (legacy)
293293

294-
!!! compat
295-
Extras require Julia < 1.13; for Julia 1.13+ use [workspaces](@ref Workspaces).
296-
297294
!!! warning
298295
The `[extras]` section is a legacy feature maintained for compatibility. For Julia 1.13+,
299296
using [workspaces](@ref Workspaces) is the recommended approach for managing test-specific

0 commit comments

Comments
 (0)