Skip to content

Commit 759fe95

Browse files
committed
Apply workspace patch
1 parent cc3c82a commit 759fe95

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorFormatter"
22
uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
3-
version = "0.2.22"
3+
version = "0.2.23"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[deps]
2+
ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
23
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
4-
ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
5-
6-
[sources]
7-
ITensorFormatter = {path = ".."}
85

96
[compat]
7+
ITensorFormatter = "0.2"
108
Documenter = "1"
119
Literate = "2"
12-
ITensorFormatter = "0.2"
10+
11+
[sources.ITensorFormatter]
12+
path = ".."

examples/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[deps]
22
ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
33

4-
[sources]
5-
ITensorFormatter = {path = ".."}
6-
74
[compat]
85
ITensorFormatter = "0.2"
6+
7+
[sources.ITensorFormatter]
8+
path = ".."

test/Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[deps]
2-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
32
ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
43
JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"
5-
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
6-
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
74
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8-
9-
[sources.ITensorFormatter]
10-
path = ".."
5+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
6+
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
7+
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
118

129
[compat]
13-
Aqua = "0.8"
1410
ITensorFormatter = "0.2"
1511
JuliaSyntax = "0.4.10, 1"
16-
SafeTestsets = "0.1"
17-
Suppressor = "0.2"
1812
Test = "1.10"
13+
Aqua = "0.8"
14+
Suppressor = "0.2"
15+
SafeTestsets = "0.1"
16+
17+
[sources.ITensorFormatter]
18+
path = ".."

0 commit comments

Comments
 (0)