Skip to content

Commit 302af2e

Browse files
authored
Apply workspace patch (#236)
1 parent 395240c commit 302af2e

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 = "BlockSparseArrays"
22
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
3-
version = "0.10.31"
3+
version = "0.10.32"
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 @@ BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
44
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
55
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
66

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

1010
[compat]
1111
BlockArrays = "1"

examples/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
33
BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
44
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
55

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

99
[compat]
1010
BlockArrays = "1"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2020
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
2121
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
2222

23-
[sources]
24-
BlockSparseArrays = {path = ".."}
23+
[sources.BlockSparseArrays]
24+
path = ".."
2525

2626
[compat]
2727
Adapt = "4"

0 commit comments

Comments
 (0)