Stdlibs that live in their own repo generally needs to do a similar backport process as in the Julia repo. Roughly this is done by: - [x] Have a `release-1.x` branch. - [x] Before a release, create a `backports-release-1.x` branch. - [x] Backport fixes on master that are suitable for backporting to `backports-release-1.x` - [ ] When CI looks good on that branch, merge it into `release-1.x`. - [ ] Bump the `stdlib/SparseArrays.version` on the backport branch in the Julia repo.