You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/guidelines.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,10 +92,7 @@ PackageG = "0.2 - 1" # includes infinitely many breaking 0.x releases of Pack
92
92
See [Pkg's documentation](https://julialang.github.io/Pkg.jl/v1/compatibility/) for specification of `[compat]` entries in your
93
93
`Project.toml` file.
94
94
95
-
(**Note:** Standard libraries are excluded for this criterion since they are bundled
96
-
with Julia, and, hence, implicitly included in the `[compat]` entry for Julia.
97
-
For the time being, JLL dependencies are also excluded for this criterion because they
98
-
often have non-standard version numbering schemes; however, this may change in the future.)
95
+
(**Note:** JLL dependencies are excluded from this criterion because they often have non-standard version numbering schemes; however, this may change in the future.)
99
96
100
97
You may find [CompatHelper.jl](https://github.com/bcbi/CompatHelper.jl) and [PackageCompatUI.jl](https://github.com/GunnarFarneback/PackageCompatUI.jl) helpful for maintaining up-to-date `[compat]` entries.
0 commit comments