From 961d767fcb6f2a1df193348e14f28e7f6998b2dd Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 23:21:02 -0500 Subject: [PATCH] Apply workspace patch --- Project.toml | 5 ++++- docs/Project.toml | 3 +++ examples/Project.toml | 3 +++ test/Project.toml | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) 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..505cd17 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,6 +3,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" SerializedArrays = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" +[sources.SerializedArrays] +path = ".." + [compat] Documenter = "1" Literate = "2" diff --git a/examples/Project.toml b/examples/Project.toml index 5a186da..de1d9e1 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -1,5 +1,8 @@ [deps] SerializedArrays = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" +[sources.SerializedArrays] +path = ".." + [compat] SerializedArrays = "0.2" diff --git a/test/Project.toml b/test/Project.toml index d55db03..d1c87ca 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,6 +11,9 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" +[sources.SerializedArrays] +path = ".." + [compat] Adapt = "4" Aqua = "0.8"