Skip to content

Commit c967172

Browse files
authored
Apply workspace patch (#41)
1 parent c370cd4 commit c967172

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name = "BackendSelection"
22
uuid = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
3-
version = "0.1.21"
3+
version = "0.1.22"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

6+
[workspace]
7+
projects = ["benchmark", "dev", "docs", "examples", "test"]
8+
69
[compat]
710
julia = "1.10"

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ BackendSelection = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55

6+
[sources.BackendSelection]
7+
path = ".."
8+
69
[compat]
710
BackendSelection = "0.1"
811
Documenter = "1"

examples/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[deps]
22
BackendSelection = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
33

4+
[sources.BackendSelection]
5+
path = ".."
6+
47
[compat]
58
BackendSelection = "0.1"

test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
88

9+
[sources.BackendSelection]
10+
path = ".."
11+
912
[compat]
1013
Aqua = "0.8"
1114
BackendSelection = "0.1"

0 commit comments

Comments
 (0)