Skip to content

Commit 0a53273

Browse files
authored
Lower DocStringExtensions compat (#31)
1 parent 09abf6a commit 0a53273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SparseMatrixColorings"
22
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
33
authors = ["Guillaume Dalle <22795598+gdalle@users.noreply.github.com>"]
4-
version = "0.3.5"
4+
version = "0.3.6"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -14,7 +14,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1414
[compat]
1515
ADTypes = "1.2.1"
1616
Compat = "3.46,4.2"
17-
DocStringExtensions = "0.9"
17+
DocStringExtensions = "0.8,0.9"
1818
LinearAlgebra = "<0.0.1, 1"
1919
Random = "<0.0.1, 1"
2020
SparseArrays = "<0.0.1, 1"

0 commit comments

Comments
 (0)