Skip to content

Commit

Permalink
Add compat bounds for Dates and Random (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drvi authored Nov 4, 2023
1 parent e05d290 commit fa840f9
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 @@ -8,6 +8,8 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Dates = "<0.0.1, 1"
Random = "<0.0.1, 1"
julia = "1.3"

[extras]
Expand Down

2 comments on commit fa840f9

@bkamins
Copy link
Member

@bkamins bkamins commented on fa840f9 Nov 4, 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/94735

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

Please sign in to comment.