Skip to content

Commit e87d7af

Browse files
authored
RegistryCI's own Project.toml: add compat entries for all stdlibs
1 parent 64d788e commit e87d7af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Project.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,22 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
2424
VisualStringDistances = "089bb0c6-1854-47b9-96f7-327dbbe09dca"
2525

2626
[compat]
27+
Base64 = "1"
28+
Dates = "1"
2729
GitHub = "5.2"
2830
HTTP = "0.8, 0.9.1, 1"
2931
JSON = "0.19, 0.20, 0.21"
32+
LibGit2 = "1"
3033
LicenseCheck = "0.2"
34+
Pkg = "1"
35+
Printf = "1"
36+
Random = "1"
3137
RegistryTools = "2.2"
38+
SHA = "1"
3239
SimpleMock = "1"
3340
StringDistances = "0.9, 0.10, 0.11"
3441
TOML = "1"
42+
Test = "1"
3543
Tar = "1"
3644
TimeZones = "1"
3745
VisualStringDistances = "0.1"

0 commit comments

Comments
 (0)