Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RegistryCI's own Project.toml: add compat entries for all stdlibs #526

Merged
merged 10 commits into from
Oct 28, 2023
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,22 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
VisualStringDistances = "089bb0c6-1854-47b9-96f7-327dbbe09dca"

[compat]
Base64 = "<0.0.1, 1"
Dates = "<0.0.1, 1"
GitHub = "5.2"
HTTP = "0.8, 0.9.1, 1"
JSON = "0.19, 0.20, 0.21"
LibGit2 = "<0.0.1, 1"
LicenseCheck = "0.2"
Pkg = "1"
Printf = "<0.0.1, 1"
Random = "<0.0.1, 1"
RegistryTools = "2.2"
SHA = "<0.0.1, 0.7, 1"
SimpleMock = "1"
StringDistances = "0.9, 0.10, 0.11"
TOML = "1"
Test = "<0.0.1, 1"
Tar = "1"
TimeZones = "1"
VisualStringDistances = "0.1"
Expand Down