Skip to content

Commit b537ea9

Browse files
committed
Apply workspace patch
1 parent 1ec59a5 commit b537ea9

4 files changed

Lines changed: 26 additions & 26 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 = "FunctionImplementations"
22
uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
44
FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
55

6-
[sources]
7-
FunctionImplementations = {path = ".."}
8-
96
[compat]
107
Documenter = "1"
118
Literate = "2"
129
FunctionImplementations = "0.4"
10+
11+
[sources.FunctionImplementations]
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
FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
33

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

test/Project.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
[deps]
2-
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
3-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4-
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
5-
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
2+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
63
FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
7-
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
8-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9-
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
104
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
115
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
12-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13-
14-
[sources]
15-
FunctionImplementations = {path = ".."}
6+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
8+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
9+
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
10+
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
11+
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
12+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
1613

1714
[compat]
18-
Adapt = "4"
19-
Aqua = "0.8"
20-
BlockArrays = "1.4"
21-
FillArrays = "1.15"
15+
Test = "1.10"
2216
FunctionImplementations = "0.4"
23-
JLArrays = "0.3"
24-
LinearAlgebra = "1.10"
25-
SafeTestsets = "0.1"
2617
StridedViews = "0.4"
2718
Suppressor = "0.2"
28-
Test = "1.10"
19+
LinearAlgebra = "1.10"
20+
JLArrays = "0.3"
21+
Aqua = "0.8"
22+
BlockArrays = "1.4"
23+
SafeTestsets = "0.1"
24+
FillArrays = "1.15"
25+
Adapt = "4"
26+
27+
[sources.FunctionImplementations]
28+
path = ".."

0 commit comments

Comments
 (0)