diff --git a/Project.toml b/Project.toml index 4fe7efe..606b606 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorPkgSkeleton" uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea" -version = "0.3.33" +version = "0.3.34" authors = ["ITensor developers and contributors"] [workspace] diff --git a/docs/Project.toml b/docs/Project.toml index e481c3e..15f6234 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,8 +4,8 @@ Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb" ITensorPkgSkeleton = "3d388ab1-018a-49f4-ae50-18094d5f71ea" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" -[sources] -ITensorPkgSkeleton = {path = ".."} +[sources.ITensorPkgSkeleton] +path = ".." [compat] Documenter = "1" diff --git a/examples/Project.toml b/examples/Project.toml index a9af7a3..bccd025 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -1,8 +1,8 @@ [deps] ITensorPkgSkeleton = "3d388ab1-018a-49f4-ae50-18094d5f71ea" -[sources] -ITensorPkgSkeleton = {path = ".."} +[sources.ITensorPkgSkeleton] +path = ".." [compat] ITensorPkgSkeleton = "0.3" diff --git a/test/Project.toml b/test/Project.toml index 6dbbf56..a0564d5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -5,8 +5,8 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -ITensorPkgSkeleton = {path = ".."} +[sources.ITensorPkgSkeleton] +path = ".." [compat] Aqua = "0.8.9"