From 6b07897ccb9f664c56263f2dc5ddc1365796778b Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 21:36:14 -0500 Subject: [PATCH] Apply workspace patch --- Project.toml | 2 +- test/Project.toml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index d40bfe8b..73a4fe5d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -version = "0.10.31" +version = "0.10.32" authors = ["ITensor developers and contributors"] [workspace] diff --git a/test/Project.toml b/test/Project.toml index 33feb929..037c423c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,3 +1,4 @@ + [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" @@ -20,8 +21,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" -[sources] -BlockSparseArrays = {path = ".."} + +[sources.BlockSparseArrays] +path = ".." [compat] Adapt = "4"