From b537ea93bf3b7860486ec73d43b32c8acbeda4c5 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 22:47:45 -0500 Subject: [PATCH] Apply workspace patch --- Project.toml | 2 +- docs/Project.toml | 6 +++--- examples/Project.toml | 6 +++--- test/Project.toml | 38 +++++++++++++++++++------------------- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Project.toml b/Project.toml index 8f69f4a..411d07a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FunctionImplementations" uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -version = "0.4.12" +version = "0.4.13" authors = ["ITensor developers and contributors"] [workspace] diff --git a/docs/Project.toml b/docs/Project.toml index 6bd95ce..f677fd4 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,10 +3,10 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -[sources] -FunctionImplementations = {path = ".."} - [compat] Documenter = "1" Literate = "2" FunctionImplementations = "0.4" + +[sources.FunctionImplementations] +path = ".." diff --git a/examples/Project.toml b/examples/Project.toml index 2706863..19d459f 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -1,8 +1,8 @@ [deps] FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -[sources] -FunctionImplementations = {path = ".."} - [compat] FunctionImplementations = "0.4" + +[sources.FunctionImplementations] +path = ".." diff --git a/test/Project.toml b/test/Project.toml index db796c7..385aeb5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,28 +1,28 @@ [deps] -Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" -Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" -BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" -FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[sources] -FunctionImplementations = {path = ".."} +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" +Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" +BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" +SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" +FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" +Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" [compat] -Adapt = "4" -Aqua = "0.8" -BlockArrays = "1.4" -FillArrays = "1.15" +Test = "1.10" FunctionImplementations = "0.4" -JLArrays = "0.3" -LinearAlgebra = "1.10" -SafeTestsets = "0.1" StridedViews = "0.4" Suppressor = "0.2" -Test = "1.10" +LinearAlgebra = "1.10" +JLArrays = "0.3" +Aqua = "0.8" +BlockArrays = "1.4" +SafeTestsets = "0.1" +FillArrays = "1.15" +Adapt = "4" + +[sources.FunctionImplementations] +path = ".."