Skip to content

Commit

Permalink
add stdlib compat (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Nov 8, 2023
1 parent 6bd9425 commit edf3b36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,27 @@ ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"

[compat]
AutoHashEquals = "0.2"
Base64 = "1"
Dates = "1"
Distributed = "1"
FileWatching = "1"
GitForge = "0.4.0"
GitHub = "5.7.0"
HTTP = "0.8, 0.9, 1"
JSON = "0.20, 0.21"
LibGit2 = "1"
Logging = "1"
MbedTLS = "0.6.8, 0.7, 1"
Mocking = "0.7"
Mustache = "0.5, 1.0"
Mux = "0.7, 1"
Pkg = "1"
RegistryTools = "2"
Serialization = "1"
Sockets = "1"
TimeToLive = "0.2, 0.3"
URIs = "1"
UUIDs = "1"
ZMQ = "1"
julia = "1.1"

Expand Down

2 comments on commit edf3b36

@IanButterworth
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Patch Fix

  • Put release notes in code blocks in the General PR, to avoid github mistakenly converting # numbers into PRs/issues from General rather than the origin repo

@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/94952

Tagging

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 v1.9.1 -m "<description of version>" edf3b3672c5175e18b168e133fa670d3cadaa850
git push origin v1.9.1

Please sign in to comment.