Skip to content

Commit

Permalink
Merge #526
Browse files Browse the repository at this point in the history
526: RegistryCI's own `Project.toml`: add compat entries for all stdlibs r=DilumAluthge a=DilumAluthge



Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
bors[bot] and DilumAluthge committed Oct 28, 2023
2 parents 64d788e + 286c7b5 commit b981c08
Showing 1 changed file with 8 additions and 0 deletions.
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

2 comments on commit b981c08

@DilumAluthge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94283

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v9.1.0 -m "<description of version>" b981c08440b413f90949fae5c22301497b1cb072
git push origin v9.1.0

Please sign in to comment.