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
In the Project.toml, the Julia version is listed as 1.12 (under SemVer, as I'm sure the maintainers are aware, this means the project is compatible with Julia >=1.12, <2.0. Is this intentional? It stops those still running Julia 1.11 (the latest stable version) from using the latest version of PrecompileTools.jl. (It may very well be the case that this is intentional for some reason and I'm just being clueless, of course!)