Skip to content

Commit b981c08

Browse files
Merge #526
526: RegistryCI's own `Project.toml`: add compat entries for all stdlibs r=DilumAluthge a=DilumAluthge Co-authored-by: Dilum Aluthge <[email protected]>
2 parents 64d788e + 286c7b5 commit b981c08

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 = "<0.0.1, 1"
28+
Dates = "<0.0.1, 1"
2729
GitHub = "5.2"
2830
HTTP = "0.8, 0.9.1, 1"
2931
JSON = "0.19, 0.20, 0.21"
32+
LibGit2 = "<0.0.1, 1"
3033
LicenseCheck = "0.2"
34+
Pkg = "1"
35+
Printf = "<0.0.1, 1"
36+
Random = "<0.0.1, 1"
3137
RegistryTools = "2.2"
38+
SHA = "<0.0.1, 0.7, 1"
3239
SimpleMock = "1"
3340
StringDistances = "0.9, 0.10, 0.11"
3441
TOML = "1"
42+
Test = "<0.0.1, 1"
3543
Tar = "1"
3644
TimeZones = "1"
3745
VisualStringDistances = "0.1"

0 commit comments

Comments
 (0)