Unfortunately, Julia 1.10 and Julia 1.11 have incompatible Manifests, which leads to the need for versioning the Manifest with Manifest-v1.11.toml. It would be nice if PkgDevTools supported versioned Manifests and updated the correct files depending on the version of Julia used.
Unfortunately, Julia 1.10 and Julia 1.11 have incompatible Manifests, which leads to the need for versioning the Manifest with
Manifest-v1.11.toml
. It would be nice ifPkgDevTools
supported versioned Manifests and updated the correct files depending on the version of Julia used.