Skip to content

Commit

Permalink
Add compat for stdlibs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Nov 7, 2023
1 parent 66d15cb commit b48b504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[compat]
Base64 = "<0.0.1, 1"
IOCapture = "0.2"
JSON = "0.18, 0.19, 0.20, 0.21, 1"
REPL = "<0.0.1, 1"
julia = "1"

[extras]
Expand Down

2 comments on commit b48b504

@fredrikekre
Copy link
Owner 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:

See CHANGELOG.md for notable changes.

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

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 v2.15.1 -m "<description of version>" b48b504de4fe5c59d37f3d8e34879956982f26f3
git push origin v2.15.1

Please sign in to comment.