Skip to content

Commit c6601d4

Browse files
authored
Add missing compat entries (#5)
1 parent 69405d9 commit c6601d4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BackendSelection"
22
uuid = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[compat]
77
julia = "1.10"

docs/Project.toml

+5
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
BackendSelection = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
5+
6+
[compat]
7+
BackendSelection = "0.1"
8+
Documenter = "1"
9+
Literate = "2"

examples/Project.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[deps]
22
BackendSelection = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
3+
4+
[compat]
5+
BackendSelection = "0.1"

test/Project.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[compat]
9-
Aqua = "0.8.9"
9+
Aqua = "0.8"
10+
BackendSelection = "0.1"
1011
SafeTestsets = "0.1"
1112
Suppressor = "0.2"
12-
Test = "1.10"
13+
Test = "1"

0 commit comments

Comments
 (0)