Skip to content

Commit 29589af

Browse files
authored
Add compat entries to standard libraries (#71)
* chore: add standard library compats to Project.toml * loosen a bit * fix compats
1 parent c0e67b7 commit 29589af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Project.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1616

1717
[compat]
1818
AbstractTrees = "0.3,0.4"
19+
Base64 = "<0.0.1, 1"
20+
Markdown = "<0.0.1,1"
21+
REPL = "<0.0.1, 1"
1922
ReplMaker = "0.2"
2023
ResourceContexts = "0.1,0.2"
21-
TOML = "1"
24+
SHA = "<0.0.1, 0.7, 1"
25+
TOML = "<0.0.1, 1"
26+
UUIDs = "<0.0.1, 1"
2227
julia = "1.5"
2328

2429
[extras]

0 commit comments

Comments
 (0)