Skip to content

Commit 6001229

Browse files
committed
Compat for 1.0 tests (isnothing due to YAML.jl)
1 parent 2709e48 commit 6001229

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ authors = ["Invenia Technical Computing Corporation"]
44
version = "0.1.1"
55

66
[compat]
7+
Compat = "2.1.0"
78
Documenter = "0.23, 0.24"
89
julia = "1"
910

1011
[extras]
12+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
1113
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
1214
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1315
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
1416

1517
[targets]
16-
test = ["Documenter", "Test", "YAML"]
18+
test = ["Compat", "Documenter", "Test", "YAML"]

0 commit comments

Comments
 (0)