Skip to content

Commit a463f67

Browse files
authored
Apply workspace patch (#141)
1 parent a8b3fd2 commit a463f67

4 files changed

Lines changed: 7 additions & 7 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 = "TensorAlgebra"
22
uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
3-
version = "0.7.14"
3+
version = "0.7.15"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
44
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
55

6-
[sources]
7-
TensorAlgebra = {path = ".."}
6+
[sources.TensorAlgebra]
7+
path = ".."
88

99
[compat]
1010
Documenter = "1.8.1"

examples/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[deps]
22
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
33

4-
[sources]
5-
TensorAlgebra = {path = ".."}
4+
[sources.TensorAlgebra]
5+
path = ".."
66

77
[compat]
88
TensorAlgebra = "0.7"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1818
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
1919

20-
[sources]
21-
TensorAlgebra = {path = ".."}
20+
[sources.TensorAlgebra]
21+
path = ".."
2222

2323
[compat]
2424
Adapt = "4"

0 commit comments

Comments
 (0)