We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isnothing
1 parent 2709e48 commit 6001229Copy full SHA for 6001229
Project.toml
@@ -4,13 +4,15 @@ authors = ["Invenia Technical Computing Corporation"]
4
version = "0.1.1"
5
6
[compat]
7
+Compat = "2.1.0"
8
Documenter = "0.23, 0.24"
9
julia = "1"
10
11
[extras]
12
+Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
13
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
14
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
16
17
[targets]
-test = ["Documenter", "Test", "YAML"]
18
+test = ["Compat", "Documenter", "Test", "YAML"]
0 commit comments