Skip to content

Commit 651938e

Browse files
authored
Apply workspace patch (#126)
1 parent 0162da1 commit 651938e

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 = "ITensorBase"
22
uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
3-
version = "0.5.14"
3+
version = "0.5.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
@@ -4,8 +4,8 @@ ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
66

7-
[sources]
8-
ITensorBase = {path = ".."}
7+
[sources.ITensorBase]
8+
path = ".."
99

1010
[compat]
1111
Documenter = "1"

examples/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
33
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
44
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
55

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

99
[compat]
1010
ITensorBase = "0.5"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
77
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
88
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
99

10-
[sources]
11-
ITensorBase = {path = ".."}
10+
[sources.ITensorBase]
11+
path = ".."
1212

1313
[compat]
1414
Aqua = "0.8.9"

0 commit comments

Comments
 (0)