From 31bc8cba0573e34fb80eef6922c8e43460f4218e Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 21:36:21 -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 66f0ea9..0fbf849 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DiagonalArrays" uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" -version = "0.3.44" +version = "0.3.45" authors = ["ITensor developers and contributors"] [workspace] diff --git a/test/Project.toml b/test/Project.toml index 37e79e8..0c59b78 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" @@ -14,8 +15,9 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -DiagonalArrays = {path = ".."} + +[sources.DiagonalArrays] +path = ".." [compat] Adapt = "4.4"