Skip to content

Commit 1c4b2e9

Browse files
authored
Apply workspace patch (#29)
1 parent 1703dfa commit 1c4b2e9

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name = "ITensorDocsNext"
22
uuid = "701fd796-f527-45da-9a53-2681c1a90c45"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

6+
[workspace]
7+
projects = ["benchmark", "dev", "docs", "examples", "test"]
8+
69
[compat]
710
julia = "1.10"

docs/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
21
[deps]
32
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
43
DocumenterMermaid = "a078cd44-4d9c-4618-b545-3ab9d77f9177"
54
ITensorDocsNext = "701fd796-f527-45da-9a53-2681c1a90c45"
65
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
76
MultiDocumenter = "87ed4bf0-c935-4a67-83c3-2a03bee4197c"
87

8+
[sources.ITensorDocsNext]
9+
path = ".."
10+
911
[compat]
1012
Documenter = "1.9"
1113
DocumenterMermaid = "0.2"

examples/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[deps]
22
ITensorDocsNext = "701fd796-f527-45da-9a53-2681c1a90c45"
33

4+
[sources.ITensorDocsNext]
5+
path = ".."
6+
47
[compat]
58
ITensorDocsNext = "0.1"

test/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
[deps]
22
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3+
ITensorDocsNext = "701fd796-f527-45da-9a53-2681c1a90c45"
34
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
45
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
56
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
67

8+
[sources.ITensorDocsNext]
9+
path = ".."
10+
711
[compat]
812
Aqua = "0.8.9"
13+
ITensorDocsNext = "0.1"
914
SafeTestsets = "0.1"
1015
Suppressor = "0.2"
1116
Test = "1.10"

0 commit comments

Comments
 (0)