From 07ebf98d8caba1ea2f581e90267038a3dff51208 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 21:36:25 -0500 Subject: [PATCH] Apply workspace patch --- Project.toml | 2 +- test/Project.toml | 6 ++++-- 2 files changed, 5 insertions(+), 3 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/test/Project.toml b/test/Project.toml index db796c7..3160218 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,3 +1,4 @@ + [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" @@ -11,8 +12,9 @@ StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -FunctionImplementations = {path = ".."} + +[sources.FunctionImplementations] +path = ".." [compat] Adapt = "4"