From f1c1c06148e40ed432b0fedb7815bba701f495bd Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 23:21:06 -0500 Subject: [PATCH] Apply workspace patch --- Project.toml | 2 +- docs/Project.toml | 4 ++-- examples/Project.toml | 4 ++-- test/Project.toml | 2 -- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 9a8e91e..a5a4334 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.9.18" +version = "0.9.19" authors = ["ITensor developers and contributors"] [workspace] diff --git a/docs/Project.toml b/docs/Project.toml index aa57147..5c35709 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,8 +4,8 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" -[sources] -SparseArraysBase = {path = ".."} +[sources.SparseArraysBase] +path = ".." [compat] Dictionaries = "0.4.4" diff --git a/examples/Project.toml b/examples/Project.toml index 9ec1658..e2ef73d 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -3,8 +3,8 @@ Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -SparseArraysBase = {path = ".."} +[sources.SparseArraysBase] +path = ".." [compat] Dictionaries = "0.4.4" diff --git a/test/Project.toml b/test/Project.toml index 4895025..f7eb803 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,4 +1,3 @@ - [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" @@ -18,7 +17,6 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - [sources.SparseArraysBase] path = ".."