From 759fe957260c7d5d8e432e97d99208600096f34c Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 22:48:14 -0500 Subject: [PATCH] Apply workspace patch --- Project.toml | 2 +- docs/Project.toml | 10 +++++----- examples/Project.toml | 6 +++--- test/Project.toml | 18 +++++++++--------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Project.toml b/Project.toml index 3e2c348..fcae58f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorFormatter" uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" -version = "0.2.22" +version = "0.2.23" authors = ["ITensor developers and contributors"] [workspace] diff --git a/docs/Project.toml b/docs/Project.toml index d7aa3bb..99a9a5b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,12 +1,12 @@ [deps] +ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" -ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" - -[sources] -ITensorFormatter = {path = ".."} [compat] +ITensorFormatter = "0.2" Documenter = "1" Literate = "2" -ITensorFormatter = "0.2" + +[sources.ITensorFormatter] +path = ".." diff --git a/examples/Project.toml b/examples/Project.toml index 1466b07..92bb682 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -1,8 +1,8 @@ [deps] ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" -[sources] -ITensorFormatter = {path = ".."} - [compat] ITensorFormatter = "0.2" + +[sources.ITensorFormatter] +path = ".." diff --git a/test/Project.toml b/test/Project.toml index 763d1b7..1548cfa 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,18 +1,18 @@ [deps] -Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4" -SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" -Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[sources.ITensorFormatter] -path = ".." +Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" +Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" +SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] -Aqua = "0.8" ITensorFormatter = "0.2" JuliaSyntax = "0.4.10, 1" -SafeTestsets = "0.1" -Suppressor = "0.2" Test = "1.10" +Aqua = "0.8" +Suppressor = "0.2" +SafeTestsets = "0.1" + +[sources.ITensorFormatter] +path = ".."