Skip to content

Commit 898cb77

Browse files
author
Christopher Doris
committed
add compat bounds for stdlibs and extras
1 parent fb0ba57 commit 898cb77

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Project.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,19 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1717
UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
1818

1919
[compat]
20+
Aqua = "0 - 999"
2021
CondaPkg = "0.2.21"
22+
Dates = "1"
23+
Libdl = "1"
2124
MacroTools = "0.5"
25+
Markdown = "1"
26+
Pkg = "1"
27+
REPL = "1"
2228
Requires = "1"
29+
Serialization = "1"
2330
Tables = "1"
31+
Test = "1"
32+
TestItemRunner = "0 - 999"
2433
UnsafePointers = "1"
2534
julia = "1.6.1"
2635

0 commit comments

Comments
 (0)