Skip to content

Commit

Permalink
Add compat for standard libraries (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Nov 3, 2023
1 parent 5557f4e commit cad4d82
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 @@ -16,6 +16,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TestExt = ["Test", "Random"]

[compat]
Random = "1"
Test = "1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit cad4d82

@nhz2
Copy link
Member Author

@nhz2 nhz2 commented on cad4d82 Nov 3, 2023

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/94711

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 v0.10.2 -m "<description of version>" cad4d820fd5a8d942a9451c284cb7eb34e49b2b7
git push origin v0.10.2

Please sign in to comment.