From 14e5bac65a6d36049c93635d9d58fcfa489b44ee Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 22:49:04 -0500 Subject: [PATCH] Apply workspace patch --- Project.toml | 5 ++++- docs/Project.toml | 3 +++ examples/Project.toml | 3 +++ test/Project.toml | 35 +++++++++++++++++++---------------- 4 files changed, 29 insertions(+), 17 deletions(-) diff --git a/Project.toml b/Project.toml index a386960..fb5b2ca 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,11 @@ name = "SerializedArrays" uuid = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" -version = "0.2.16" +version = "0.2.17" authors = ["ITensor developers and contributors"] +[workspace] +projects = ["benchmark", "dev", "docs", "examples", "test"] + [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3" diff --git a/docs/Project.toml b/docs/Project.toml index 6b6f724..1304bfc 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,3 +7,6 @@ SerializedArrays = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" Documenter = "1" Literate = "2" SerializedArrays = "0.2" + +[sources.SerializedArrays] +path = ".." diff --git a/examples/Project.toml b/examples/Project.toml index 5a186da..8afbde7 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -3,3 +3,6 @@ SerializedArrays = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" [compat] SerializedArrays = "0.2" + +[sources.SerializedArrays] +path = ".." diff --git a/test/Project.toml b/test/Project.toml index d55db03..b2c43dd 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,25 +1,28 @@ [deps] -Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" -Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" -GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527" -JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" -SerializedArrays = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" -Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527" +JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" +Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" +SerializedArrays = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" +SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" +Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" [compat] -Adapt = "4" -Aqua = "0.8" -GPUArraysCore = "0.2" -JLArrays = "0.2, 0.3" +Test = "1.10" +Suppressor = "0.2" LinearAlgebra = "1.10" -SafeTestsets = "0.1" -SerializedArrays = "0.2" StableRNGs = "1" -Suppressor = "0.2" -Test = "1.10" +GPUArraysCore = "0.2" +JLArrays = "0.2, 0.3" TestExtras = "0.3" +Aqua = "0.8" +SerializedArrays = "0.2" +SafeTestsets = "0.1" +Adapt = "4" + +[sources.SerializedArrays] +path = ".."