From 5aee7a4f1302e68aa27c0241de0c0a5e2e6e66f4 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 23:20:21 -0500 Subject: [PATCH] Apply workspace patch --- Project.toml | 2 +- docs/Project.toml | 8 ++++---- examples/Project.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 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..db0f858 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,12 +1,12 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" +Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" -[sources] -ITensorFormatter = {path = ".."} +[sources.ITensorFormatter] +path = ".." [compat] Documenter = "1" -Literate = "2" ITensorFormatter = "0.2" +Literate = "2" diff --git a/examples/Project.toml b/examples/Project.toml index 1466b07..897cf16 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -1,8 +1,8 @@ [deps] ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" -[sources] -ITensorFormatter = {path = ".."} +[sources.ITensorFormatter] +path = ".." [compat] ITensorFormatter = "0.2"