Skip to content

Commit 5679dc5

Browse files
authored
Apply workspace patch (#140)
1 parent f4c75d6 commit 5679dc5

4 files changed

Lines changed: 5 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 = "SparseArraysBase"
22
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
3-
version = "0.9.18"
3+
version = "0.9.19"
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 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55
SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208"
66

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

1010
[compat]
1111
Dictionaries = "0.4.4"

examples/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
33
SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208"
44
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
55

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

99
[compat]
1010
Dictionaries = "0.4.4"

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[deps]
32
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
43
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
@@ -18,7 +17,6 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
1817
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
1918
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019

21-
2220
[sources.SparseArraysBase]
2321
path = ".."
2422

0 commit comments

Comments
 (0)